Score:0

How to sort with filter awk?

id flag

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?

bac0n avatar
cn flag
You mean something like: `stat -c %a\ %N * | sort -n`
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.