9 lines
307 B
Markdown
Raw Normal View History

# command
> Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome.
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html#index-command>.
- Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`:
`command {{ls}}`