LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   File Monitoring (https://www.linuxquestions.org/questions/programming-9/file-monitoring-326529/)

vnbenvn 05-24-2005 04:22 AM

File Monitoring
 
Hi all,

Is there any way to get new file name if user rename file?

Now I'm using GnomeVFS. It raise an event if user rename file. But it does not return any information about new file name.

Thanks

oneandoneis2 05-24-2005 05:01 AM

How about:

grep 'mv oldfilename' /home/username/.bash_history


All times are GMT -5. The time now is 12:26 AM.