1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages.it/common/command.md
2019-06-10 00:35:02 +01:00

7 lines
210 B
Markdown

# 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:
`command {{ls}}`