
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Re: File change info on upload to server
Jim Breen wrote:
For a couple of the files I maintain, I upload a datestamp file. See
http://www.csse.monash.edu.au/~jwb/examples_date for one of these.
People who want to see if it the file has changed simply need to grab
that file periodically:
....
mv datestamp datestamp_prev
wget http://......./datestamp
set x=`diff datestamp datestamp_prev`
What I *really* meant was:
set x=`diff datestamp datestamp_prev | wc -l'
Thanks much Jim. This is the sort of thing I was thinking of.
Regards,
Chuck
-------------------
A. Charles Muller
Toyo Gakuen University
Faculty of Humanities
1-26-3 Hongo, Bunkyo-ku
Tokyo 113-0033 JAPAN
Mobile Phone: 090-9310-1787
Web Site: Resources for East Asian Language and Thought
http://www.acmuller.net
<acmuller[at]jj.em-net.ne.jp>
Home |
Main Index |
Thread Index