Hayden Schiff %!s(int64=9) %!d(string=hai) anos
pai
achega
a8150aafd2
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  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`