mirror of https://github.com/CrimsonTome/tldr.git
8 lines
210 B
Markdown
8 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}}`
|