1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.sh/common/sh.md

22 lines
285 B
Markdown
Raw Normal View History

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