#!

What is #!?


1.

The "shebang" syntax is the number sign followed by an exclaimation point and is embedded in most UNIX scripting languages to tell the computer what interpreter to use to run the script when the script is executed. This goes on the first line of your script, followed by the path to the program that will run, or interpret, you script, followed by a space and any other options you want to pass to the interpreter, finished by a carriage return. Nothing else can go on this line as seen in the Perl script below:

#!/bin/perl -w

#

# My first "Hello World!" script in Perl

#

print "Hello World! ";

#!/bin/perl <-- Tells a computer to use the perl executable to run the script to follow.

#!/bin/ksh <-- Tells a computer to use the UNIX ksh (k shell) to run the script to follow.

... and so on...

See shebang, perl, sh, bash, script, interpreter, ash, programming

2.

Shebang - A comment in shell scripting

#! bin/kse


59

Random Words:

1. to fall off a tree and hit a rock and pass out, then an earthquake comes and the tree falls on you. He just had a zindo on him See tre..
1. term used to descibe chodeish charcter. also anyone who drinks lava lamp. also may answer to monikers of 'crazy john', &apos..
1. Someone who does'nt get the point. 03:02 <Kalicia> comm 03:02 <Kalicia> I dont care what he says. 03:02 <Kalicia&..