Clever Geek Handbook
πŸ“œ ⬆️ ⬇️

perl shell

Perl Shell (psh) is a command-line environment that can be used as a user shell on Unix-like operating systems.

Perl shell
operating systemVarious
Latest version1.8.1 ( July 20, 2007 )
LicenseGNU General Public License and Artistic License
Sitefocusresearch.com/gregor...

Being written in Perl , psh can also be used on Microsoft Windows (with or without Cygwin or Interix ) and other operating systems. Packages are available for Linux distributions like Gentoo and Ubuntu , although on most systems it can simply be installed from CPAN with the command:

  perl -MCPAN -e 'install Psh'

Content

Features

Perl Shell combines the power of bash (and other Unix shells ) with the power of Perl.

Examples

  ls |  s / y / k / # Replacement via PCRE .
 ls |  {print ++ $ i, ": $ _";  } q # Line-by-line processing of the output of the previous command.
 netstat |  {$ _ [1]> 2;  } g # Grep .

See also

  • Command Shell Comparison
  • Beanshell
  • Interactive Ruby Shell

Links

  • Official site
  • Corresponding CPAN module
  • Documentation for version 1.8.1
Source - https://ru.wikipedia.org/w/index.php?title=Perl_Shell&oldid=100978776


More articles:

  • Holy Cross Exaltation Church (Dnipro)
  • Volkswagen Eos
  • Shakya
  • Otani Kikuzo
  • Basketball at the 1963 Summer Universiade
  • Banzarov, Dorji
  • Pharaoh (play)
  • Levshin, Vladimir Dmitrievich
  • Mountain Pharmacy
  • Gnitsa First

All articles

Clever Geek | 2019