![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| My script is not running | manna | UNIX for Dummies Questions & Answers | 8 | 01-05-2008 01:11 PM |
| Running KSH script In SFU | ilak1008 | Windows & DOS: Issues & Discussions | 2 | 05-23-2007 11:17 PM |
| running cd from a script | SkySmart | Shell Programming and Scripting | 5 | 03-08-2007 09:07 PM |
| when running my script below | vbslim | Shell Programming and Scripting | 5 | 01-03-2006 09:11 PM |
| Running a script from CDE... | kristy | UNIX for Dummies Questions & Answers | 4 | 09-05-2001 07:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
i find all other process running wen i enter "ps -ef" but why my script that goes to sleep every 300 sec appears as "-sh" .
how can i see me scriptname that is running in the screen |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
try running the script with sh
sh <script name> |
|||
| Google The UNIX and Linux Forums |