Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:29
Show Gist options
  • Save skorotkiewicz/684c445248145c6ebdb5d73781123e82 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/684c445248145c6ebdb5d73781123e82 to your computer and use it in GitHub Desktop.
Find all mp3 with full path
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