ps -eaf to return more args (command) values
807557Jul 7 2008 — edited Jul 8 2008Iam doing ps -eaf and trying to grep for a string. However, the string value that Iam looking is not getting displayed in the args header fully. its getting truncated in middle. I think Solaris only displays by default 80 bytes.
In AIX , it was not a problem and our scripts ran all fine. We are migrating to Solaris 10 and now our scripts are failing
can some one please help