Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

dd http://uranus.chrysocome.net/linux/rawwrite/dd-old.htmImage Removed

for i in `find -type d -name .svn`; do rm -rf $i; done