mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:42:19 +02:00
7 lines
210 B
Markdown
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}}`
|