27.04.2015 г.

Find music and play it with shell find use


  • find /home/borko/Mp3 -name "*pls" -type f -print | while read file;do cvlc $file;done 

  • find /home/borko/Mp3 -name "*pls" -type f -print | sed 's/^/cvlc /' | sh -x


Няма коментари :

Публикуване на коментар