Skip to content

Instantly share code, notes, and snippets.

@englishm
Created November 23, 2011 18:49
Show Gist options
  • Save englishm/1389525 to your computer and use it in GitHub Desktop.
Save englishm/1389525 to your computer and use it in GitHub Desktop.
NAME
bash - GNU Bourne-Again SHell
SYNOPSIS
bash [options] [file]
COPYRIGHT
Bash is Copyright (C) 1989-2005 by the Free Software Foundation, Inc.
DESCRIPTION
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or
from a file. ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment