Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shell Scripting Docs 2

Status
Not open for further replies.

jcoleman

MIS
Dec 24, 2002
87
CA
Where would I find information on the syntax and commands for scripting in a shell? I am completeing winging it and getting no where fast. I went to the SCO web site but cann't find s%$&# there. That site must be the best organzied site on the web.

Please help.......
 
Many versions ago you got an Operating System user's guide with the software. I keep this manual with me always because it is an invaluable source for finding information on scripting and commands, and is still reliable even though it was written for version 3.2.4.

Unfortunately, if you can't find a copy of this manual you will need to go to the man pages, which do contain the information you are looking for, just not in print.

Try any of the following, depending on whichever shell you are scripting in.

man sh - for bourne-shell
man csh - for c-shell
man ksh - for korn-shell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top