On Thu, 03 Sep 2009 19:51:20 +0100, Jul wrote:
in tcsh terminal i have the following line of code
cat fileName.txt | grep "a"
which extracts all the instances of "a" from the file in the
terminal..
however when i am trying to create a txt while, i am unable to do so
for some reason..this is
On Thu, 2009-09-03 at 11:51 -0700, Jul wrote:
[Stuff about tcsh and grep deleted]
What on earth does this have to do with Python?
-a
--
http://mail.python.org/mailman/listinfo/python-list
in tcsh terminal i have the following line of code
cat fileName.txt | grep "a"
which extracts all the instances of "a" from the file in the
terminal..
however when i am trying to create a txt while, i am unable to do so
for some reason..this is the syntaxt i am using --
cat fileName.txt | frep