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`