in reply to Re: Re: Re: Can't Find pod2man When Installing Modules
in thread Can't Find pod2man When Installing Modules

I tried both locate and find and this is what came up:

venus:/ > locate pod2man locate: Command not found. venus:/ > find pod2man find: cannot open pod2man: No such file or directory

  • Comment on Re: Re: Re: Re: Can't Find pod2man When Installing Modules

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Can't Find pod2man When Installing Modules
by Anonymous Monk on Oct 03, 2001 at 17:32 UTC
    The find command should be find / -name pod2man, this will recursively search through the root directory (that is what the / is for as the first argument) for a file named pod2man.