>I was writing a script yesterday, and I wanted to have a test to compare
>the modification time of two files.
I've written programs to do this before as well. A more portable
approach is
find file1 -newer file2 ...
>thinking - wouldn't it be a good idea to add some new tests to test(1),
>to compare files based on criteria like size or modification date?
>
>Anyone else think this is a good idea?
It would be nice, but there are portability issues.
Peter
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Brian F. Feldman
- Re: New tests for test(1) Brian F. Feldman
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Aaron Smith
- Re: New tests for test(1) Graham Wheeler
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Bob Bishop
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Martin Cracauer
- Re: New tests for test(1) Peter Jeremy
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Brian F. Feldman
- Re: New tests for test(1) Sheldon Hearn
- Re: New tests for test(1) Brian F. Feldman
- Re: New tests for test(1) Sheldon Hearn

