tldr/pages.sh/common/sh.md

22 lines
289 B
Markdown
Raw Normal View History

2020-01-29 15:47:14 +00:00
# sh
> Bourne ljuska.
> Standardni interpreter komandnog jezika.
> Više informacija: <https://manned.org/sh>.
2020-01-29 15:47:14 +00:00
- Pokreni interaktivnu ljusku:
`sh`
- Izvrši komandu:
`sh -c "{{komanda}}"`
2020-01-29 15:47:14 +00:00
- Pokreni komande iz datoteke:
`sh {{datoteka.sh}}`
- Pokreni komande iz `stdin`-a:
2020-01-29 15:47:14 +00:00
`sh -s`