![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shell script that would display installing.... when installign something | eamani_sun | Shell Programming and Scripting | 1 | 05-14-2008 10:51 AM |
| display pathname of the login shell | nadman123 | Shell Programming and Scripting | 1 | 04-14-2008 04:15 PM |
| how to display the shell type | yipster | UNIX for Dummies Questions & Answers | 3 | 11-04-2006 06:38 PM |
| PS command does not display shell script running | hadarot | Shell Programming and Scripting | 4 | 09-15-2005 02:56 AM |
| Spawing multiple display processes from one shell. | JoeTheGuy | UNIX for Advanced & Expert Users | 4 | 10-02-2002 07:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Shell Script Display?
I remember learning that there is a way to make a shell script display the script itself to standard output while the script is being executed but I can't find how to do that. Any pointers?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
ksh -x yourscript
__________________
tikual :) |
|
#3
|
|||
|
|||
|
use 'set -x on' at the begining of the programme.
And 'set -x off' at the end of the programme. |
|||
| Google The UNIX and Linux Forums |