How can I find the alphabetically last filepath in whole filesystem? -


finding first filepath seems easy task,

$ sudo find -s / -type f -print -quit /.ds_store 

but how can find last 1 quickly?

$ sudo find -s / -type f -print | tail -n1 ^c 

this command takes time do.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -