ダウンロードリスト

プロジェクト概要

!!! このプロジェクトは GitHub に移動しました !!! https://github.com/magicant/yash

Yet another shell (yash) は POSIX 準拠のコマンドラインシェルです。Bash や zsh などよりも厳密に POSIX に準拠するとともに、対話シェルとして普段使えるようなものを作ることを目指しています。

システム要件

システム要件が設定されていません

リリース時刻: 2008-11-13 18:43
yash 2.2.2 (1 個のファイル 非表示)

リリースノート

Re-release of yash 2.2.2.

Originally available at:
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz

Yash バージョン 2.2.2 の再リリースです。

もともと↓でリリース済みでした。
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz

変更履歴

Yash 2.2

+ "help", "pushd", "popd" and "dirs" builtins
= The value of $PWD set by the "cd" builtin is fixed. It now has a
correct value when changing to a relative path from the root
directory.
* Pathname expansion not properly performed for patterns including
"." or "..".

Yash 2.2

+ "help", "pushd", "popd", "dirs" 組込み
= ルートディレクトリから相対パスで "cd" するとき設定される $PWD
の値を修正
* "." や ".." を含むファイル名展開が正しく動作していなかった