List all the files with ‘.mem’ extension in reverse
alphabetical order in a particular directory?

Answers were Sorted based on User's Feedback



List all the files with ‘.mem’ extension in reverse alphabetical order in a particular director..

Answer / srinivas

ls -r *.mem

Is This Answer Correct ?    9 Yes 3 No

List all the files with ‘.mem’ extension in reverse alphabetical order in a particular director..

Answer / rambabu kella

#ls -Rr *.mem

or

#ls -R *.men | sort -r

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Linux General Interview Questions

Does it help for a Linux system to have multiple desktop environments installed?

0 Answers  


What's the difference between unix and linux?

0 Answers  


Does avg work on linux?

0 Answers  


What is the difference between ext2 and ext3 file systems?

0 Answers  


In linux wat is the command to see on which port which service is running? and wat is the differnece between /etc/services file and netstat command

3 Answers  






How can we use linux?

0 Answers  


Explain process id.

0 Answers  


What does wget do in linux?

0 Answers  


What does nslookup do?

0 Answers  


Is macos better than linux?

0 Answers  


What is unity linux?

0 Answers  


Is linux still relevant?

0 Answers  


Categories