Sponsored Content
Full Discussion: # %% alpha_run.sh
Top Forums Shell Programming and Scripting # %% alpha_run.sh Post 302154599 by jim mcnamara on Monday 31st of December 2007 03:16:50 PM
Old 12-31-2007
The line you want to know about is just a comment. When a line starts with a #, all subseuqent characters are totally ignored by the shell.

The VERY first line is different. The #! is a so-called magic number that tells the current shell to invoke whatever comes after #! -- in your case it executes "/bin/posix/sh"
 
All times are GMT -4. The time now is 06:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy