Yes, change directory, or use the full paths:

find path_to_flac_directory -name "*.flac" -print0 | xargs -0
/full/path/to/flac -st

The output will only list files that failed the flac test.


------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=97923

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to