Tuesday, December 15, 2009

Bash script...

Well was playing around with Inkscape and decided to copy all SVG opencliparts to another dir:

find /opt/openclipart-0.19/ -name *.svg -exec cp {} /home/eyeoh/svg \

Ahh...the simple elegance of the bash script.

No comments: