Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • very nice, also works well with tcsh Commented May 25, 2012 at 13:15
  • 14
    This way is very useful. It only bypasses aliases, not functions, which makes it different from command or builtin. Commented May 25, 2012 at 16:31
  • 1
    It seems like l\s does the same thing. Is this behaviour a bug or a feature? Commented May 25, 2012 at 16:46
  • 6
    It's a "feature". Only unquoted aliases are expanded. So you can put it in quotes, or use a backslash anywhere you like. See bash aliases reference. Commented May 25, 2012 at 17:55
  • 2
    In case these solutions aren't working, do type -a ls to troubleshoot. unix.stackexchange.com/questions/39291/… Commented Aug 6, 2021 at 19:09