$ touch /tmp/file ; $EXECUTECOMMAND ; find /path -newer /tmp/file
This has helped me numerous times trying to find either log files or tmp files that get created after execution of a command. And really eye opening as to how active a given process really is. Play around with -anewer, -cnewer & -newerXY
by David Winterbottom (codeinthehole.com)
0sem comentários ainda