The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
rm & mv command failed due to too many files.
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
rm & mv command failed due to too many files.
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
05-13-2008
shriashishpatil
Registered User
Join Date: Dec 2005
Location: Pune
Posts: 78
hope below command will solve the problem. It will run slow though...
find . -type f -exec rm -f {} \;
replace rm -f with the command you want to run.
shriashishpatil
View Public Profile
Find all posts by shriashishpatil