Created
December 8, 2016 15:29
-
-
Save skorotkiewicz/684c445248145c6ebdb5d73781123e82 to your computer and use it in GitHub Desktop.
Find all mp3 with full path
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 /home/stream/trans/music/ -type f -name "*.mp3" > /home/stream/trans/playlists/mainlist.lst | |
// cat mainlist.lst; # output | |
/path/to/music/first.mp3 | |
/path/to/music/second.mp3 | |
/path/to/other/music/whatever.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment