| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
At 2:34 AM -0400 7/31/02, Michael G. Schabert wrote:I had it working last night, but my output file was going someplace only the server knows. After many failed attempts to find the output file I went home.
Open Terminal:
sudo sh /etc/weekly
Wait until that returns you to a shell prompt. Then "locate filename". Capitalization matters.
HTH
Mike
--
Bikers don't *DO* taglines.
"locate" might not work if the file is in a directory that the user "nobody" can't access.
You can either change the /etc/weekly script to run update.locatedb as a different, more privileged user, or use "find":
find / -name filename
as with locate, case matters, unless you use a regexp. e.g:
find / -name "[Ff][Ii][Ll][Ee][Nn][Aa][Mm][Ee]"
will find "filename", "Filename", "FiLENaME", etc. Similarly for locate.
Or, (shhh) use Sherlock to find it! But that's too easy. ;-)
| References: | |
| >Re: PDF writer (From: Bruce Toback <email@hidden>) | |
| >Re: PDF writer (From: "Heath Henderson" <email@hidden>) | |
| >Re: PDF writer (From: "Michael G. Schabert" <email@hidden>) | |
| >locate (was Re: PDF writer) (From: "Robert C. Jacobson" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.