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*

4
  • can you add a description of what you are trying to do with that command? also, parsing ls probably not a good choice here Commented May 10, 2017 at 15:03
  • I'm trying to print the files/dirs in which the user has all the permitions (rwx) Commented May 10, 2017 at 15:08
  • click unix.stackexchange.com/posts/364193/edit and add that information to your question... Commented May 10, 2017 at 15:09
  • The /p goes at the end of the sed command, not the beginning. sed -n /pattern/ p Commented May 10, 2017 at 15:10