Wednesday, 23 December 2015 00:00

Silly one liner to alphabetically sort a folder of MP3 files under linux/bash

find |  grep .mp3 | sort | while read line ; do touch  "$line";sleep 1; done
Slow, isn't it?

Related items

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.