Please post the method you used, so that other people with the same question can use this thread for reference in the future. The following command, although from memory, should search for all .txt files in the /root/Desktop folder and list them starting from the one modified most recently:Code:find /root/Desktop -name *.txt |xargs ls -t



