gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: How to 'update' an updated archive?


From: Juliusz Chroboczek
Subject: Re: [Gnu-arch-users] Re: How to 'update' an updated archive?
Date: 15 Jun 2004 18:45:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

AB> There is no "restore all deleted files but retain other changes"
AB> command.

  for i in $(tla inventory -s) ; do 
    if [ ! -f $i ] ; then tla file-diffs -u $i | patch -p1; fi
  done

or something like that.

What you don't know is that Tom's real name is Bourne, and that he has
a secret agenda to get us to learn shell programming.

                                        Juliusz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]