> invoking ls with a full path is an easy way to > disable shell aliases
> 'ls'
\ls -f
env ls
* IIRC 'env' is a built-in on csh/tcsh though, and doesn't behave like I would expect it to. You may want to read that manpage in that case.
* This is how the following works:
#!/usr/bin/env python