# HG changeset patch
# User rlm <rlm@aurellem.org>
# Date 1453903141 28800
# Node ID 29ebc43407c1779c3ab6d1444ea7fe1455f497b5
# Parent  9bf4f0d5af6871b997da0982e85b187caacb8762
new file.

diff -r 9bf4f0d5af68 -r 29ebc43407c1 org/neat.org
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org/neat.org	Wed Jan 27 05:59:01 2016 -0800
@@ -0,0 +1,4 @@
+wow parallel is powerful!
+
+rename stuff
+find . -iname "*.jpg" -print0  | parallel -0 --rpl '{@} s:/:-:g;s:^\.-::;' cp -v {} /home/r/aux/21/SELECT-PHOTOS/{@} 
\ No newline at end of file