mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 14:44:57 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
7 lines
214 B
Markdown
7 lines
214 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}}`
|