mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 16:15:33 +02:00
sh: add hbs translation
This commit is contained in:
parent
c822c6ea7c
commit
1a683a8925
1 changed files with 20 additions and 0 deletions
20
pages.hbs/common/sh.md
Normal file
20
pages.hbs/common/sh.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue