Hayden Schiff 9 роки тому
батько
коміт
a8150aafd2
1 змінених файлів з 20 додано та 0 видалено
  1. 20 0
      pages/common/sh.md

+ 20 - 0
pages/common/sh.md

@@ -0,0 +1,20 @@
+# sh
+
+> Bourne shell.
+> The standard command language interpreter.
+
+- Start interactive shell:
+
+`sh`
+
+- Execute a command:
+
+`sh -c {{command}}`
+
+- Run commands from a file:
+
+`sh {{file.sh}}`
+
+- Run commands from STDIN:
+
+`sh -s`