Which unix command lists files/folders in alphabetical order?
Answer Posted / nashiinformaticssolutions
The ls –l command is used to list down files and folders in alphabetical order, sorted with modified time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the various commands that are used for the user information in unix.
What are the general commands in using unix os for a beginner?
What is a command and examples?
What are awk commands?
What does the md command do?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the function of grep command in unix?
How do you repeat a command in terminal?
What does the command '$ls | wc –l > file1' do?
how to sort the content of the file based on numeric values
Why is shebang used?
Explain command to view process running?
What difference between cmp and diff commands?
what is the advaantage of each user having its own copy of the shell?
What does #!/ Bin sh do?