fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
589 B
Text
13 lines
589 B
Text
Yash, yet another shell, is a POSIX-compliant command line shell.
|
|
Yash is intended to be the most POSIX-compliant shell in the world
|
|
while supporting features for daily interactive and scripting use.
|
|
Notable features are:
|
|
* Global aliases
|
|
* Arrays
|
|
* Socket redirection, pipeline redirection, and process redirection
|
|
* Brace expansion and extended globbing
|
|
* Fractional numbers in arithmetic expansion
|
|
* Prompt command and command-not-found handler
|
|
* Command line completion with predefined completion scripts for more
|
|
than 100 commands
|
|
* Command line prediction based on command history
|