code notes
Tech, cloud, AI, ML and bash scripting :)
Saturday, July 09, 2011
delete recursive
find . | grep "conflicted" | while read a; do mv "$a" /tmp; done
Newer Post
Older Post
Home