Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT - removing 25000 files !!
try rm -rf DIRECTORY
-----Original Message-----
From: Ron Rogers [mailto:RROGERS_at_galottery.org]
Sent: Wednesday, September 20, 2000 9:21 AM
To: Multiple recipients of list ORACLE-L
Subject: Re: OT - removing 25000 files !!
How about a=20
for i in a-z loop=20
do rm -fr root\subroot\subsubroot\i
end loop
type of statement. You will have to clean it up for syntax.(it has been =
a
while since I used unix)
ROR =AA=BF=AA
>>> rahul_at_ratelindo.co.id 09/20/00 08:05AM >>>
List, how can i remove 25,000 files from a unix directory ??
if i try rm -f * it returns=20
"ksh: /usr/bin/rm: 0403-027 The parameter list is too long"
if i give wild card it would take too long.... it's not a separate file system so i cannot unmount and remove the FS.
TIA rahul
--=20
Author: Rahul
INET: rahul_at_ratelindo.co.id=20
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--=20
Author: Ron Rogers
INET: RROGERS_at_galottery.org
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Sep 20 2000 - 08:01:15 CDT
![]() |
![]() |