808htfan wrote:
> Is there a command that will re-name all folders named 'Artwork', under
> one main directory, to '.Artwork'?
Code:
--------------------
find Music -depth -type d -name Artwork -execdir mv '{}' .Artwork \;
--------------------
Searches the Music directory (recursively) for directories (-type d)
named "Artwork", and renames them to ".Artwork".
------------------------------------------------------------------------
Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=97986
_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch