Quantcast
 
Dictionary
Thesaurus
Encyclopedia
Translator
Web

shebang

 - 4 dictionary results

she⋅bang

[shuh-bang]
–noun
1. Informal. the structure of something, as of an organization, contrivance, or affair: The whole shebang fell apart when the chairman quit.
2. a primitive dwelling; shack; shanty.

Origin:
1860–65, Americanism; orig. uncert. (perh. alter. of char-À-banc, though sense shift unclear; shebeen, often cited as the source, is implausible both phonetically and semantically)
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2010.
Cite This Source Link To shebang
she·bang   (shə-bāng')   
n.   Slang
A situation, organization, contrivance, or set of facts or things: organized and ran the whole shebang.

[Origin unknown.]
The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2009 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Cite This Source
Word Origin & History

shebang 
1862, "hut, shed, shelter," perhaps an alteration of shebeen (q.v.). Phrase the whole shebang first recorded 1869, but relation to the earlier use of the word is obscure. Either or both senses may also be mangled pronunciations of Fr. char-à-banc, a bus-like wagon with many seats.
Online Etymology Dictionary, © 2001 Douglas Harper
Cite This Source
Computing Dictionary

shebang operating system
(Or "shebang line", "bang path") /sh*-bang'/ (From "sharp" and "bang") The magic cookie "#!" used in Unix to mark the start of a script, e.g. a shell script or Perl script.
Under Unix, if the first two bytes of an executable file are "#!", the kernel treats the file as a script rather than a machine code program. The word following the "!" (i.e., everything up to the first whitespace) is used as the pathname of the interpreter. For example, if the first line of an executable is
#!/usr/local/bin/perl
the script will be treated as a Perl script and passed as an argument to /usr/local/bin/perl to be interpreted. Some variants of Unix also allow one or more parameters to be passed to the interpreter, for example, you can write
#!/usr/bin/perl -w
and the script will be started as if you typed
/usr/bin/perl -w
on the command line. Also, most modern kernels ignore any whitespace between the "!" and the interpreter pathname. Even some modern kernels have fairly small limits (e.g. 32) on the length of line they will accept, making long pathnames and arguments somewhat unportable.
[Does anyone call this a "magic string"?]
(1998-05-06)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see shebang on Thesaurus | Reference