When one directory is moved to other destination path, then i want to log the entry of original source path and entry of the path where it moved.
any command is already available ? or any other way of doing this task?
Ex:
D1 = /home/user/Documents/test
D2 = /home/user/Documents/Data/test
when i moved D1 directory to the destination path to D2 directory then i want to log, like
"test" directory is moved from D1 to D2 path
Thanks
I am getting all the changed directory using this command "find /Users/ghanshyam/ -type d -mmin", In this result can i get the changed directory path.(source path and where it is moved)
– Ghanshyam Rathod Sep 30 '12 at 02:50