Re: taking qoutes in arguments

2006-05-17 Thread Lee Caine
oh, well you learn somthing new everyday, thanks for that :) oh and i typed the command and got '/bin/bash', means nothing at the moment but im sure it will thanks for your help Lee. -- http://mail.python.org/mailman/listinfo/python-list

Re: taking qoutes in arguments

2006-05-16 Thread Ben Finney
"Lee Caine" <[EMAIL PROTECTED]> writes: > yea thanks alot for your help, gonna read up on 'Konsole' :) Be advised that 'Konsole' is not a command shell, it's a GUI program for running a command shell. On POSIX systems, find out what your current command shell is with this command: echo $SHE

Re: taking qoutes in arguments

2006-05-16 Thread Lee Caine
yea thanks alot for your help, gonna read up on 'Konsole' :) -- http://mail.python.org/mailman/listinfo/python-list

Re: taking qoutes in arguments

2006-05-15 Thread Ben Finney
"Lee Caine" <[EMAIL PROTECTED]> writes: > Im new to python and am in need of a little help Possibly also new to command-line shells? > Im attempting to write a program that finds and replaces text in all > files in a given directory. > example of running the program with arguments > >python

taking qoutes in arguments

2006-05-15 Thread Lee Caine
hi all, Im new to python and am in need of a little help Im attempting to write a program that finds and replaces text in all files in a given directory. example of running the program with arguments >python far.py /home/lee/Documents/ find replace I have managed to get it all working apar