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 does $1 mean in bash?
What are the different variables present in linux shell?
How do I run a script on mac?
What are zombie processes?
Is powershell a language?
How to debug the problems encountered in the shell script/program?
What does echo mean in scripting?
Why is used in shell scripting?
How does path variable work?
What is meant by $1 in shell script?
How to redirect both standard output and standard error to the same location?
How can I send a mail with a compressed file as an attachment?
What does path stand for?
How will you pass and access arguments to a script in linux?
How to find all the files modified in less than 3 days and save the record in a text file?