1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-20 07:55:23 +02:00
tldr/pages.it/common/command.md

8 lines
214 B
Markdown
Raw Normal View History

2019-05-29 03:18:49 +02:00
# command
> Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome.
- Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`:
2019-05-29 03:18:49 +02:00
`command {{ls}}`