Skip to content

Instantly share code, notes, and snippets.

@keclements
Last active April 20, 2018 21:58
Show Gist options
  • Save keclements/375a08e804c7aee18d8ce6fd5315bec5 to your computer and use it in GitHub Desktop.
Save keclements/375a08e804c7aee18d8ce6fd5315bec5 to your computer and use it in GitHub Desktop.
[All About Shell] info about shell things #shell #bash #sh

sh

sh — The Bourne shell command interpreter. Linux sh Command

About sh

sh is the command name of the Bourne shell, the standard command language interpreter of Unix and many Unix-like operating systems, including Linux.

sh syntax

sh [-acefhikmnprstuvx] [arg] ...

Links Linux sh command help and examples


Bash

bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. bash also incorporates useful features from the Korn and C shells (ksh and csh).

Computer Hope Bash Bash Short for "Bourne-Again Shell," bash is a Unix shell.

Description

bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. bash also incorporates useful features from the Korn and C shells (ksh and csh).

bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). bash can be configured to be POSIX-conformant by default.

bash syntax

bash [options] [file]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment