2025-03-14 21:59:59 -06:00
|
|
|
# command
|
|
|
|
|
|
|
|
|
|
> Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome.
|
2025-12-16 10:20:31 -07:00
|
|
|
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html#index-command>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`:
|
|
|
|
|
|
|
|
|
|
`command {{ls}}`
|