![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Equivalent command to 'stat' | im_new | Shell Programming and Scripting | 3 | 12-27-2007 02:28 AM |
| export equivalent command in PERL | ammu | Shell Programming and Scripting | 1 | 09-17-2007 12:46 PM |
| Equivalent command for setlocal in Unix | sonaluphale | UNIX for Advanced & Expert Users | 7 | 05-17-2007 04:10 AM |
| Command equivalent to DOS mode for SCO 5.0.6 | jgt | UNIX for Advanced & Expert Users | 3 | 05-11-2007 04:10 AM |
| SQL Spool equivalent command in DOS | stevefox | Windows & DOS: Issues & Discussions | 2 | 01-17-2006 05:18 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
equivalent of ptree command in zsh
ptree command is not working in zsh. Could anyone let me know the equivalent of ptree command in zsh.
|
| Forum Sponsor | ||
|
|
|
|||
|
when i tree ptree command with a PID, i am getting the command not found. Please find below the same.
<lnx30:data/serial>$ ps -ef | grep LMPE lmp 21974 21963 0 17:05 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4 lmp 21995 21974 0 17:05 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4 lmp 22130 21974 0 17:06 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4 ap90 30951 20826 0 18:00 pts/3 00:00:00 grep LMPE <lnx30:data/serial>$ ptree 21995 zsh: command not found: ptree |