Releases
4.3.3_2
hymkor
released this
22 Sep 10:52
Append error message the filename on overwriting to existing file on redirect.
Fix error for overwriting on redirect to nul
when noclobber
is set.
diskused: continue counting how bytes disk used even if errors are found.
ls: fixed -l
option did not work with -1
option
ls: fixed: did not show one file per a line when output is not terminal.
Not aliased builtin commands are able to be called as \ls
like bash
Fix the broken alias "for"
Fix on completion the path separating characters were replaced to default one even if the word was not filepath for #334
リダイレクトで存在するファイルを上書きする時のエラーメッセージにファイル名を付与した
noclobber が設定されている時に nul へのリダイレクトを上書きエラーにしてしまう問題を修正
diskused: エラーが見付かっても容量計算を続けるようにした
ls: -1
があると、-l
オプションが動かない点を修正
ls: 出力先が端末でない時、1ファイル1行で出力していなかった点を修正
別名定義されていない内蔵コマンドを bash のように \ls
と呼べるようになった
for のエイリアス定義が壊れていたのを修正
ファイル名以外の補完の時もパスの区切り文字が補正されてしまう問題を修正
You can’t perform that action at this time.