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*

2
  • Hmm my shell doesn't seem to accept that. I get the following message: ls: cannot access *abc*out: No such file or directory Commented Apr 14, 2017 at 23:40
  • @TySeyoum This is because you don't actually have any file matching that pattern. Since no file matches the pattern, the pattern is left unexpanded, ls tries to use it as a filename, but fails. Commented Apr 15, 2017 at 6:20