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
I want to connect to a remote server and execute some commands, how can I achieve this?
How to debug the problems encountered in the shell script/program?
What makes c shell a more preferable option than the bourne shell?
What is the use of "$#" in shell scripting?
What is shell prompt?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Is shell script a programming language?
How to check if a directory exists?
What is shell and shell script?
What are zombie processes?
How are shells born?
What is console line?
What is shell chemistry?
Is powershell a language?
What does echo $0 do?