hello,
I write a script that puts the output of 'ps -elf' command to a log.
The problem is that when I write 'ps -elf' (even by using it on the command-line) , it cuts the process-column,on the middle and this column is very important for me.
On the other side, I must use the -l switch, because I want to know how much memory is taken by every process. May someone know how to print the full process-command ?
thanx
btw:
I write a script that puts the output of 'ps -elf' command to a log.
The problem is that when I write 'ps -elf' (even by using it on the command-line) , it cuts the process-column,on the middle and this column is very important for me.
On the other side, I must use the -l switch, because I want to know how much memory is taken by every process. May someone know how to print the full process-command ?
thanx
btw: