top | item 43448345

(no title)

tarxvf | 11 months ago

fwiw you can usually bypass aliases ad-hoc.

In Bash I believe instead of `ls` you can `\ls` to get the unaliased version.

discuss

order

pests|11 months ago

You can also use the full path to the program, enclose it in quotes, or call "unalias ls" to disassociate it for that shell.