Thanks I had not noticed the P.
Soph.
On December 1, 2014 6:15:12 PM CET, John Hardin <jhar...@impsec.org> wrote:
>On Mon, 1 Dec 2014, Ted Mittelstaedt wrote:
>
>> That would be Parser.pm I think Find is case-sensitive.
>
>*nix is case-sensitive, so find is case-sensitive unless told otherwise
>
>using -iname.
>
>> I generally do this a few times a year:
>>
>> cd /
>> find . -print > somename.txt
>>
>> That puts an entire listing of filenames in a file in
>> the root dir. Then if I'm looking for something I can
>> just grep in that file.
>>
>> Ted
>>
>> On 12/1/2014 12:43 AM, JK4 wrote:
>>> Hi,
>>>
>>> Where should the files be on Debian Squeeze?
>>>
>>> # find /usr -name parser.pm
>>>
>>> # <nothing found> :(
>>>
>>> Thanks, So.