Which unix command lists files/folders in alphabetical order?
Answer Posted / hr@tgksolutions.com
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
What does the md command do?
Name the various commands that are used for the user information in unix.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of cut command in unix?
What is the pipe command?
What command is used to switching between users in unix?
Which unix command lists files/folders in alphabetical order?
Which command is used to copy files?
What is sed awk grep?
What is the comma to show the space allocation of files?
What does sed command do in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the comma to display different lines that are found when compare two files?
How does the system know where one command ends and another begins?
Differentiate cmp command from diff command.