$ find | xargs echo xargs: unmatched single quote
ls | grep "'" | doeach.pl mv "@'@_@'" "@'@~echo \\@'@_\\@' @b sed \\@'s/'/@@/g\\@'@~@'"
find . -ls | cut -c68- | sed "s/'/\\\\'/g" | xargs touch -c -t 200104150000 # -maxdepth 1
find -print0 | xargs -0 echo
ddate=200104150000 find -print0 | xargs -0 touch -c -t $ddate find -type d -print0 | xargs -0 touch -c -t $ddate
documented on: 2001.04.13 Fri 03:43:11