![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sort truncates line when they contain nulls | ArthurWaik | Shell Programming and Scripting | 6 | 04-22-2008 03:29 AM |
| who truncates the output? redirection? tty? Bug? | fredy | UNIX for Advanced & Expert Users | 7 | 12-10-2006 02:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
PS truncates the o/p
Hi , I have faced a strange situation in Solaris. the command ps -eo pid,args | grep 'SOMEPROCESS' truncates the output. outpt looks like Code:
111 xxxxxxxxxxxxx SOMEPROCES 123 xxxxxxxxxxxxx SOMEPROCES 323 xxxxxxxxxxxxx SOMEPROCES The above doesn't return the complete command/args, infact if i've executed the same in Red-hat & I got the output as Code:
111 xxxxxxxxxxxxx SOMEPROCES AAA11111 123 xxxxxxxxxxxxx SOMEPROCES BBB2222 323 xxxxxxxxxxxxx SOMEPROCES CCC33333 which is my expectation. Iam not sure why in Solaris output is truncated. appreciate your inputs |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|