This is the problem:
when I execute the command
ps -efx | grep mycommand
I would like the result of the command column was complete.
Instead the result is all the command but the last char.
For example if I execute
tail -f myfile_1234_6789
the result of
ps -efx | grep tail | grep -v grep
for the command column is
tail -f mifile_1234_678
I don't know!
Somebody can help me.
I need to read all the command line I executed.
Bye
Luca
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG