Re: [SLE] compare dir




On Tuesday 07 March 2006 10:18, James Hatridge wrote:
Hi all...

I need to compare two dir and delete files in the second dir that
have the
same name as in the first. How could I do this?

Try:

cd <<directory containing files you might delete>>
for i in *
do
if [ -f <<path to other directory>>/${i} ]
then
rm $i
fi
done

Try this first without the actual "rm" statement, replace it with
something like "echo ${i} should be deleted" That way you can tell what
it would do and whether you like the results.

Cheers,
Simon


"You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions." ? Naguib Mahfouz

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages

  • RE: DFHSM - ARC0521I
    ... Do You Yahoo!? ... Mail has the best spam protection around ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • RE: Need Urgent Help, Please
    ... Do You Yahoo!? ... Mail has the best spam protection around ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: [SLE] gpilot-applet not working (hangs) :( was Re: [SLE] Re: How to start gpilot-applet/
    ... Check the headers for your unsubscription address ... Also check the archives at http://lists.suse.com ... Do You Yahoo!? ... Mail has the best spam protection around ...
    (SuSE)
  • Re: [kde-linux] How to set default groups to new users?
    ... Do You Yahoo!? ... Mail has the best spam protection around ... Archives: http://lists.kde.org/. ... the command adduser or useradd. ...
    (KDE)
  • Re: Need Urgent Help, Please
    ... Dave, you couldn't be more right, but this system is a hand me down and this is the only system I have. ... Do You Yahoo!? ... Mail has the best spam protection around ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)