![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please explain the below | mail2sant | Shell Programming and Scripting | 1 | 04-04-2008 09:04 AM |
| explain plz | avikal | Shell Programming and Scripting | 2 | 04-03-2008 12:11 PM |
| Please can any one explain this ${0##/} | gadege | Shell Programming and Scripting | 2 | 04-01-2008 04:26 PM |
| Explain awk | hitmansilentass | Shell Programming and Scripting | 4 | 09-27-2006 03:14 PM |
| can anyone explain this? | djkane | Shell Programming and Scripting | 2 | 02-28-2006 11:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
this is the mksys b script....
can anyone explain .. what # and 1 in if condition this is the first line of the script... it is not from middle of the script.... Code:
if [ "$#" -ne 1 ] then echo "Not enough parameters, need a client name for mksysb" Usage="Usage: $0 <client name>" UsageExample="Usage Example: $0 devdbms1" echo $Usage echo $UsageExample var_mksysb_exec_return_code=99 echo "Return Code - $var_mksysb_exec_return_code" exit $var_mksysb_exec_return_code fi Last edited by bakunin; 08-08-2008 at 06:08 AM.. Reason: added code-tags please use [code]...[/code]-tags when posting code |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|