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

You want to search for sale and sales. What regular expression should you use?

0 Answers  


What is the minimum number of partitions that you need to install linux?

0 Answers  


The advantage of using NFS rather than Samba for file sharing in Linux is

0 Answers  


Does the ctrl+alt+del key combination work on linux?

0 Answers  


How to remove directory with files?

0 Answers  






how does dns resolution work in linux?

0 Answers  


How do you check which service is running on which port in linux?

0 Answers  


how would you change the default o.s. Boot option with some interval say 30 seconds in linux?

0 Answers   SwanSoft Technologies,


Can a linux docker container run on windows?

0 Answers  


What is mutex rtos?

0 Answers  


What are the functions of a linux operating system?

0 Answers  


What is an a record, an ns record, a ptr record, a cname record, an mx record?

0 Answers  


Categories