Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  > invoking ls with a full path is an easy way to
  > disable shell aliases
Or doing this:

  > 'ls'


Or \ls.


And you don't want to bother sorting, so:

\ls -f


Or:

  env ls
Notes:

* 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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: