![]() |
|
|
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 |
| echo | debasis.mishra | Shell Programming and Scripting | 0 | 03-28-2006 01:35 AM |
| What does echo ^[[r do? | hamsasal | UNIX for Advanced & Expert Users | 1 | 07-24-2005 02:14 PM |
| echo with \n | whatisthis | UNIX for Dummies Questions & Answers | 3 | 05-18-2005 11:59 AM |
| echo ????? | nguda | UNIX for Dummies Questions & Answers | 1 | 06-30-2003 05:02 PM |
| echo help | bb00y | High Level Programming | 5 | 10-02-2002 09:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to set echo on
I'm looking at my bash man page and I'm expecting to find some option that I can use to make it echo every command that it executes. The description of --verbose was pretty terse!
Is --verbose supposed to make it echo every command it executes? My bash script script (named ws2) contains a single function (named ws) and I cannot get it to echo the commands. Maybe I don't understand functions. When I type bash --verbose ~/.bash/ws2 no commands are echoed. Could that be because there are no commands and only a single function? OK, Now I type ws arg1 arg2 Hmm... It appears to execute. Now how do I make it echo every command? Thanks, Siegfried |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|