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

Which processor structure is pipelined?

0 Answers  


Why is linux faster than windows?

0 Answers  


How Many People Use Linux?

2 Answers  


Does avg work on linux?

0 Answers  


How do I find usb devices on linux?

0 Answers  






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

2 Answers   HCL,


You run a linux program in the background simultaneously when you start your linux server?

0 Answers  


Why linux have no virus?

0 Answers  


Which daemon controls the print spooling process?

0 Answers  


Does ios use linux kernel?

0 Answers  


Is it possible to give access to a nfs share to a particular user in a particular system?

3 Answers  


What are directory files in linux?

0 Answers  


Categories