get the path of moved directory/file (source path and destination path)
- by Ghanshyam Rathod
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