Last active
September 10, 2018 10:50
-
-
Save adalenv/c4d6ed0c25d259c119b17782bb6e23de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.mp3" -newermt "2016-11-07" ! -newermt "2016-11-07" -exec ls -lh {} \; | |
dir ext from date to date command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment