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

What is the maximum length for a filename under linux?

0 Answers  


Where does the name yellow dog come from?

0 Answers  


What are daemons?

0 Answers  


Does linux have a registry?

0 Answers  


Can linux be hacked?

0 Answers  






If a volume group named vg0 already exists and we need to extend this volume group up to 4gb. How will you do it?

0 Answers  


What utility do we have to use for a log to rotate automatically?

0 Answers  


Which linux is best for laptop?

0 Answers  


How would you create a text file without opening it?

0 Answers  


What is the use of linux?

0 Answers  


Which is the default shell in linux?

0 Answers  


what is inode number in linux operating system?

0 Answers  


Categories