Search

Tuesday, August 19, 2008

Scan the file "xyz.tar" and remove from system

rm -rf $(find / -name xyz.tar) &> /dev/null

No comments: