Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31
    Join Date
    Oct 2006
    Location
    Norman, OK USA
    Posts
    26
    Plugin Contributions
    0

    Default Re: 1.3.6 Patch (Changed files only) coming soon?

    Quote Originally Posted by DrByte View Post
    3. run WinMerge to compare the two folders
    Know of any good Mac programs that'll do the same job? Or a unix shell script?

  2. #32
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,801
    Plugin Contributions
    124

    Default Re: 1.3.6 Patch (Changed files only) coming soon?

    In Unix, cd to the new software directory, and set an environment var (say, OLDDIR) to the old directory. Then

    for i in `find . -type f`
    do
    diff -w -q $i $OLDDIR/$i
    if [ $? -ne 0 ]
    then
    echo $i
    done
    done

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Changed Log files only
    By TonyB6 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 21 Oct 2010, 04:57 PM
  2. Coming Soon Images
    By beatnik in forum General Questions
    Replies: 0
    Last Post: 15 May 2007, 07:54 AM
  3. 1.3.5 Changed Files Only...
    By Alex Clarke in forum General Questions
    Replies: 2
    Last Post: 5 Sep 2006, 04:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR