If you have too many files to remove, try this trick:
find . -name '*' | xargs rm -v
If you have too many files to remove, try this trick:
find . -name '*' | xargs rm -v
RSS feed for comments on this post
Copyright 2012 Major Hayden / Theme: R755 / This request brought to you by .
Hey thanx man !!!!! it solved my problem .. i was trying to delete some ~1 lacs files of 6.2 TB storage space .. this command worked for me ..
из консоли ls -l /usr/local/vpopmail/domains/oldcomp.ru/abuse/Maildir/cur/ | awk '{print "rm /usr/local/vpopmail/domains/oldcomp.ru/abuse/Maildir/cur/"$9}' | /bin/sh
удаляет все !!!