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

Is bsd a posix?

0 Answers  


What is the most advanced linux?

0 Answers  


How can you enhance the security of the password file?

0 Answers  


Explain how to color the git console?

0 Answers  


Can I use linux on a mac?

0 Answers  






Is linux good for programming?

0 Answers  


which are the configuration files associate with dns server and client in linux operating system?

0 Answers   Arigo Infotech,


What is libc in linux?

0 Answers  


What does swap mean in linux?

0 Answers  


Which is the recommended size for the swap space partition?

0 Answers  


How environment variable is set so that the file permission can be automatically set to the newly created files?

0 Answers  


Is linux important to learn?

0 Answers  


Categories