memo.xight.org

日々のメモ

 tcsh alias補完

1 つの引数は

% alias hoge 'hoge \!^'

  !^ で引数がとれる.

複数の引数は

% alias hoge 'hoge \!*'

  !* で引数がとれる.