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
Which is better perl or shell scripting?
Is shell a scripting language?
Tell something about the super block in shell scripting?
Explain about the slow execution speed of shells?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What can you do with powershell?
Which shell is the best?
How to set an array in linux?
What is shell scripting?
What is mac default shell?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What does $$ mean in shell script?
What language is used in terminal?
Is shell scripting a programming language?
What is shell application?