How can you list the files present in a directory in alphabetical order ?

  1. ls -S

  2. By executing the script - for myfile in * do echo "$myfile" done

  3. ls -t

  4. a,b and c are correct

  5. a is incorrect and b is correct


Correct Option: E

Find more quizzes: