Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How to sort with filter awk?

Writer Matthew Harrington

I need to sort the list of files in the current directory by accessibility.

I created directory, files and changes accesibilty for some of them:

enter image description here

But it should look like:

awk -F: '{ print rev2 }' /chmod | sort

Or this incorrect?

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy