history

1000件のコマンド履歴を表示
# history


100件のコマンド履歴を表示
# history 100


gracefulコマンドを含む履歴のみを表示
# history | grep graceful

lessでページコントロール。
ファイルの先頭へ移動: gまたは<
ファイルの末尾へ移動: Gまたは>
1ページ上へ移動 : wまたb
1ページ下へ移動 : z・スペース
# history | less

検索方法
history実行後[ctrl] + [r] で検索モードに
# (reverse-i-search) : hoge 
 

投票数:1 平均点:10.00

 
Back to Top