On Thursday 28 July 2005 01:48, Chris W. Parker wrote:

> I was just expirementing with the diff command and was wondering if
> there was anything out there that does the same thing but with a more
> intuitive interface?
>
> The problem I want to avoid is a basic one. "Which file did I update
> last week that I forgot to publish to the live site?"

No ncurses gui, but rsync would/could/should be better than diff. Plus 
it'll actually do the updates for you as well if you ask nicely.

NB use the --dry-run option to see what files are affected (ie those that 
are different and will be transferred).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
New Year Resolution: Ignore top posted posts

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to