Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Programming & Scripting
Reload this Page Delete Exactly 90 Per Cent of the Files in a Directory
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Programming & Scripting C, Perl, PHP, Bash Scripts, anything programming or script related post in here!

Reply
 
Thread Tools Display Modes
Old 05-21-2008   #1 (permalink)
whydoihavetoregister
Just Joined!
 
Join Date: May 2008
Posts: 2
Exclamation Delete Exactly 90 Per Cent of the Files in a Directory

Hi there,

I wonder how to delete exactly 90 per cent of the files RANDOMLY in a given directory.

The lines below show how to delete appoximately 90 per cent of the files given as arguments. But what I need is an exact solution.

Code:
#!/bin/bash
while [ $# -gt 0 ]
do
 if [ 0 -ne $[ ( $RANDOM % 10 )] ]
 then
  rm $1
 fi
 shift
done
Any sript is welcome! And please, do not ask why! This is no joke.

Last edited by whydoihavetoregister : 05-21-2008 at 03:44 PM. Reason: missing but important word added
whydoihavetoregister is offline   Reply With Quote
Old 05-21-2008   #2 (permalink)
wje_lf
Linux Engineer
 
wje_lf's Avatar
 
Join Date: Sep 2007
Location: Mariposa
Posts: 916
HIdden files also, or not?

And do we include . and .. in the count of files?
__________________
--
Bill

Old age and treachery will overcome youth and skill.
wje_lf is offline   Reply With Quote
Old 05-21-2008   #3 (permalink)
whydoihavetoregister
Just Joined!
 
Join Date: May 2008
Posts: 2
Quote:
Originally Posted by wje_lf View Post
HIdden files also, or not?

And do we include . and .. in the count of files?
I don't care because there are no hidden files (except ./. and ./.. which I don't want to delete)!
whydoihavetoregister is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 10:06 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0