pkg-descr 589 B

1234567891011121314
  1. Yash, yet another shell, is a POSIX-compliant command line shell.
  2. Yash is intended to be the most POSIX-compliant shell in the world
  3. while supporting features for daily interactive and scripting use.
  4. Notable features are:
  5. * Global aliases
  6. * Arrays
  7. * Socket redirection, pipeline redirection, and process redirection
  8. * Brace expansion and extended globbing
  9. * Fractional numbers in arithmetic expansion
  10. * Prompt command and command-not-found handler
  11. * Command line completion with predefined completion scripts for more
  12. than 100 commands
  13. * Command line prediction based on command history