c90: |
chsh(change shell)コマンドを使う. c90% chsh loing名 /usr/local/bintcsh と打つだけで終わり. 再度loginすれば,プロンプトがc90>になるはず. |
cpus: |
シェル変更サーバにアクセスして操作を行う.
nis-o.cc.titech.ac.jpにアクセスする.login&passwordはcpusに同じ. cpus-f0[1]% ypchshと打つ.画面に従い,New shell:に/usr/local/bin/tcshと打ち,Password:にlogin時のpasswordを入れれば完了. なお,cpus以外のmail-o,indy-o,files-o,media-oに対しても有効となる. |
上: | CTRL+P | 下: | CTRL+N |
左: | CTRL+B | 右: | CTRL+F |
行頭: | CTRL+A | 行末: | CTRL+E |
一文字削除: | CTRL+D | カーソルより後カット: | CTRL+K |
alias x 'xterm -fn r16'
alias mule 'mule -nw'
alias mulele '/usr/local/bin/mule'
alias rm 'rm -i'
alias tarc 'tar cvf'
alias tarx 'tar xvf'
alias tart 'tar tvf'
alias lhac 'lha cvf'
alias lhax 'lha xvf'
alias lhat 'lha tvf'
alias avs 'avs -nohw -gamma 2'
alias 77 /bin/f77
alias ps 'ps -ef | grep yinoue'