Question - What is the UNIX command to list files/folders in alphabetical order?
Answer -
The ‘ls –l’ command is used to list down files and folders in alphabetical order. When you use ‘ls –lt’ command, it lists down files /folders sorted with modified time.