Re: Problem calling script with arguments

2013-10-15 Thread Florian Lindner
Am Dienstag, 15. Oktober 2013, 13:18:17 schrieb Michael Speer: > > "/usr/sbin/ftpasswd" "--hash" > > You're missing a comma, and python automatically concatenates adjacent > strings. Damn! Thanks! > > On Tue, Oct 15, 2013 at 1:13 PM, Florian Lindner wrote: > > Hello, > > > > I have a 3rd par

Re: Problem calling script with arguments

2013-10-15 Thread Michael Speer
> "/usr/sbin/ftpasswd" "--hash" You're missing a comma, and python automatically concatenates adjacent strings. On Tue, Oct 15, 2013 at 1:13 PM, Florian Lindner wrote: > Hello, > > I have a 3rd party perl script: > > head -n 1 /usr/sbin/ftpasswd > #!/usr/bin/perl > > I want to write data to s