Search Results

Search: Posts Made By: ongoto
3,502
Posted By ongoto
If you mean a logfile for every file on your...
If you mean a logfile for every file on your system....
hmmm
You need something like tripwire.
Can't help you there.
3,502
Posted By ongoto
So, will the names of the log files follow a...
So, will the names of the log files follow a timeline? like the date/time of the test? or will they inherit the names of the added files?
Or are you going to be watching certain directories and...
3,502
Posted By ongoto
Is this anything close to what you want? ...
Is this anything close to what you want?
log0=/tmp/changes.log

diff -r <(ls -1 $1 | sort) <(ls -1 $2 | sort) > /tmp/junk0

if [ ! -z /tmp/junk0 ]; then
>$log0
printf "Dirs %s and %s...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy