Mac Software

ID #1053

HOWTO find out what wasn't copied from one directory to another

First make a text file from both of your list

 

old

ls -R /mnt/users-old /users > /users/testuser/old_data_list.txt

 

new

ls -R  /users > /users/pmgm/br/testuser/new_data_list.txt

 

 

Now run diff cmd on both list:

diff /users/testuser/old_data_list.txt /users/testuser/new_data_list.txt > diff_old_users.txt

Tags: -

Related entries:

Last update: 2008-08-09 15:00
Author: web admin
Revision: 1.0

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry