メインコンテンツまでスキップ

history コマンド

このコマンドは、以前に発行されたコマンドのリストを提供します。

history コマンドは、直前に発行された 8 つのコマンドのインデックス付きヒストリー・リストを表示するために使用します。その後、インデックスをショートカットとして (前に ! を付けて) 使用し、このヒストリー・リストからコマンドを再発行できます。

例:
system> history
0 ifconfig eth0
1 readlog
2 readlog
3 readlog
4 history
system> ifconfig eth0
-state enabled
-c dthens
-i 192.168.70.125
HISTORY-g 0.0.0.0
-s 255.255.255.0
-n XCCA00096B9E003A
-r auto
-d auto
-m 1500
-b 00:09:6B:9E:00:3A
-l 00:00:00:00:00:00
system>