10

How to Find the Latest Version of a File on OSX Using mdfind

 3 years ago
source link: https://fuzzyblog.io/blog/osx/2020/04/26/how-to-find-the-latest-version-of-a-file-on-osx-using-mdfind.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How to Find the Latest Version of a File on OSX Using mdfind

Apr 26, 2020

«««< HEAD

IMG_3178.jpeg

=======

4cbbc577cf49ce99e5aaf8b73f0396e50651d3a9 I recently wanted to find the latest version of a library I wrote and I started by using mdfind:

mdfind -name select_page_parser.rb

I then added xargs per this article:

mdfind -name select_page_parser.rb -0 | xargs -0 ls -t

Posted In: #osx


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK