LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-25-2009, 08:09 PM   #1
wimnat
Member
 
Registered: Dec 2004
Location: Sydney, AU
Distribution: CentOS 5.x, Backtrack
Posts: 72

Rep: Reputation: 16
Question Removing program diretories and files with a bash script


I have a large number of PCs which have a program installed that I need to remove. The program was compiled and installed from source but the source directory was removed so I can't do a make uninstall.

I want to create a bash script that basically does a

# locate programname

and then rm -f any file or directory it returns. I know this is a little dangerous as locate might return a non-related file but I've tested on a few machines and so far it has only returned files related to my program.

Does anyone know how to accomplish this with a bash script or have ideas of a better way?

Thanks,

W
 
Old 05-25-2009, 08:55 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
As per the caveat you mentioned ;}


Code:
rm -rf $( dirname $( locate programname ) )

Cheers,
Tink
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with making a bash script to read in different files and rename output files. rystke Linux - Software 1 05-07-2009 08:00 AM
script for removing 30day old files but keeping *.zip timnewton Red Hat 7 10-14-2008 03:50 AM
removing # from crontab (bash script) inderpunj Programming 4 10-13-2008 02:34 PM
bash script to rename files removing one character Byenary Linux - Newbie 2 04-08-2008 10:12 AM
To rename files in a directory should I use Bash script or a Perl Script ? jamtech Programming 7 01-22-2008 11:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration