これまでに実行したコマンドラインの列挙: history
bash
コマンドライン
! 系のコマンドを実行する場合には、
直近過去にどんなコマンドを実行したか、
常に意識しておく必要がある。
直近過去に実行したコマンドを表示するのが history コマンドである。
yasunari@sil:~$ history
:
:
501 pwd
502 ls /
503 uname -a
504 ls /
505 pwd
506 history
yasunari@sil:~$
実行した順に並んでいるので、
・過去にどんなコマンドを実行したか、
・!(前方一致文字列)に何が一致するか
・!?(任意一致文字列)に何が一致するか
などを確認することができる。
Copyright (C) 2008 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp 山下康成@京都府向日市