Skip to content

Instantly share code, notes, and snippets.

@fedir
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedir/9759011 to your computer and use it in GitHub Desktop.
Save fedir/9759011 to your computer and use it in GitHub Desktop.
$$  The PID number of the process executing the shell. 
$?  Exit status variable. 
$0  The name of the command you used to call a program. 
$1  The first argument on the command line. 
$2  The second argument on the command line. 
$n  The nth argument on the command line. 
$*  All the arguments on the command line. 
$#  The number of command line arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment