| Author |
Best way check new files?
|
|
| scribz 2004-03-28, 10:35 am |
|
I'm looking for the best way of tracking what files an application has
installed and where. I was using a before and after "ls' but it wasn't
that great. Now using:
sudo find /Applications /Library /System /Users -type f -mmin -foo
Where foo is the time in minutes since I installed the application.
Is there a better way? Help appreciated.
Thanks.
| |
| Mark Daniels 2004-03-28, 3:35 pm |
| scribz <sc@spymac.com> wrote in message news:<2004032817302116807%sc@spymaccom>...
> I'm looking for the best way of tracking what files an application has
> installed and where....
What OS are you running? In Solaris you can query /var/sadm/install/contents.
Mark
| |
| scribz 2004-03-28, 4:34 pm |
| On 2004-03-28 22:34:51 +0200, mdhmi@yahoo.com (Mark Daniels) said:
>
> What OS are you running? In Solaris you can query /var/sadm/install/contents.
>
Sorry, should have specified... OSX and the Bash shell. Under Linux
therew asn't the problem, but under OSX applications will put anything
anywhere...
|
|
|
|