|
|
|
|
|
by guerrilla
1698 days ago
|
|
It's pretty much useless for the same purpose: $ which ls
/usr/bin/ls
$ type ls
ls is aliased to `ls --color=auto'
$ command -v ls
alias ls='ls --color=auto'
Suddenly I find myself irritated at Debian despite not even using it. Why would they not just include the GNU one? |
|