Results 1 to 10 of 21
-
7th Jul 2011, 09:04 AM #1OPMember
Delete 1000 various files from a folder in 1 go
Hello,
Does anyone have a method to delete a given 1000 file names, from a specific folder at one go?
is it possible via SSH or even if a script that can do that.
Please share.
ThanksSponge Bob Reviewed by Sponge Bob on . Delete 1000 various files from a folder in 1 go Hello, Does anyone have a method to delete a given 1000 file names, from a specific folder at one go? is it possible via SSH or even if a script that can do that. Please share. Thanks Rating: 5
-
7th Jul 2011, 09:45 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inWhy not just delete the whole folder through ftp ?
-
7th Jul 2011, 09:46 AM #3MemberWebsite's:
CSOffensive.com^ folder may contain other files which he dont want to delete
Counter Strike : Global Offensive Forum
-
7th Jul 2011, 10:54 AM #4OPMember
yep the folder has over 10,000
i need to delete 1000 specified ones
-
7th Jul 2011, 04:04 PM #5Respected Member
Window or linux? How do you determine which files or are they always the same name?
-
7th Jul 2011, 04:06 PM #6MemberWebsite's:
Elite.SO Defendos.com Motionite.comPlease explain it a bit more, I didn't got it
-
7th Jul 2011, 04:14 PM #7Member
For listing that need files
find /your/folder/location -name '*.html' -exec ls -l {} \;
For removing that files
find /your/folder/location -name '*.html' -exec rm -f {} \;
First list them see if you are getting correct ones then delete them with second command, there are other lots of ways like
List file names
grep -rl "match" /folder/location
Delete them
grep -rl "match" /folder/location | xargs rm
Hope it helps
-
7th Jul 2011, 04:18 PM #8Member
-
7th Jul 2011, 07:38 PM #9OPMember
Hey its on cPanel.
I do have a list of files with me that i want removed, please give me the exact code.
Thanks
-
7th Jul 2011, 07:40 PM #10
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Delete specific file in each folder
By Ruriko in forum Technical Help Desk SupportReplies: 6Last Post: 6th Oct 2012, 01:05 AM -
All Move Files to folder with same name on linux?
By robinex in forum Technical Help Desk SupportReplies: 2Last Post: 13th Jun 2012, 08:48 PM -
Sborg custom files from folder Help
By Naughty Devil in forum General DiscussionReplies: 5Last Post: 28th May 2011, 06:38 PM -
[linux]Rar files, upload to RS,Hotfile,fileserve,sharingmatrix then delete the files
By jpavsex in forum Tutorials and GuidesReplies: 10Last Post: 13th Jul 2010, 04:49 PM -
[linux]Rar files, upload to RS & HF then delete the files
By Snell in forum Tutorials and GuidesReplies: 8Last Post: 21st Jun 2010, 07:01 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...