The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

pwhich (1)
  • >> pwhich (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  •  

    NAME

    pwhich - Perl-only `which'
     
    

    Synopsis

      $ pwhich perl
      $ pwhich -a perl          # print all matches
      $ pwhich perl perldoc ... # look for multiple programs
      $ pwhich -a perl perldoc ...
    
    
     

    DESCRIPTION

    `pwhich' is a command-line utility program for finding paths to other programs based on the user's "PATH". It is similar to the usualy Unix tool `which', and tries to emulate its functionality, but is written purely in Perl (uses the module "File::Which"), so is portable.  

    Calling syntax

      $ pwhich [-a] [-v] programname [programname ...]
    
    
     

    Options

    -a
    The option -a will make "pwhich" print all matches found in the "PATH" variable instead of just the first one. Each match is printed on a separate line.
    -v
    Prints version (of "File::Which") and copyright notice and exits.
     

    License

    This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.  

    See Also

    perl, File::Which, which(1)  

    Author

    Per Einar Ellefsen, <per.einar (at) skynet.be>


     

    Index

    NAME
    Synopsis
    DESCRIPTION
    Calling syntax
    Options
    License
    See Also
    Author


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру