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 / xxx
ls -l|sort -nk5
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is the difference between bash and shell?
Tell something about the super block in shell scripting?
What is shift command in shell script?
What is the fastest scripting language?
What are the 3 standard streams in linux?
Explore about environment variables?
What is a file basename?
How to check if the previous command was run successfully?
Where is bash history?
How do I set bash as default shell mac?
How to print all the arguments provided to the script?
What are the various stages of a linux process it passes through?
How to calculate the number of passed arguments?
What does sh mean?
What are the default permissions of a file when it is created?