How to sort with filter awk?
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:
But it should look like:
awk -F: '{ print rev2 }' /chmod | sortOr this incorrect?
1 Reset to default