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.

--
 John Hardin KA7OHZ                    http://www.impsec.org/~jhardin/
 jhar...@impsec.org    FALaholic #11174     pgpk -a jhar...@impsec.org
 key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  There is no better measure of the unthinking contempt of the
  environmentalist movement for civilization than their call to
  turn off the lights and sit in the dark.            -- Sultan Knish
-----------------------------------------------------------------------
 14 days until Bill of Rights day

Reply via email to