diff --git a/pages.hbs/common/sh.md b/pages.hbs/common/sh.md new file mode 100644 index 0000000000..5a2e9ee51b --- /dev/null +++ b/pages.hbs/common/sh.md @@ -0,0 +1,20 @@ +# sh + +> Bourne ljuska. +> Standardni interpreter komandnog jezika. + +- Pokreni interaktivnu ljusku: + +`sh` + +- Izvrši komandu: + +`sh -c {{komanda}}` + +- Pokreni komande iz datoteke: + +`sh {{datoteka.sh}}` + +- Pokreni komande iz `stdin`-a: + +`sh -s`