How to sort a result of Ls -l command based on columns. Ex.
i want to sort 5th column from output of ls -l command.
Answer Posted / rajesh
ls -l | awk '{print $5}'
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
What is shell geeksforgeeks?
What is console line?
What is scripting used for?
What lives in a shell?
How to get the first line from a file using just the terminal?
Is bash a shell script?
What is the use of "$?" Sign in shell script?
Why do we write bin bash in shell scripts?
What is wc in shell script?
What is sh in shell script?
How to debug the problems encountered in the shell script/program?
what is tickets $ what low,medium,high priorite pls define time also
What makes c shell a more preferable option than the bourne shell?
What does echo mean in scripting?
Why is a script important?