Linuxのhistoryコマンド!

 tetsuo@tetsuo-desktop:~$ history
    1  perl
    2  $ cat hogehoge
    3  cat: hogehoge: そのようなファイルやディレクトリはありません
    4  apt-get install R
    5  R
    6  sudo apt-get install r-base-core
    7  sudo apt-get install graphviz graphziz-dev
    8  sudo apt-get install graphviz graphviz-dev
    9  source("http://www.bioconductor.org/biocLite.R")
   10  R
   11  sudo apt-get install r-base-core
   12  apt-get update
   13  sudo apt-get update
   14  sudo apt-get install r-base-core
   15  R
   16  sudo apt-get update
   17  R
   18  y
   19  R
   20  T
   21  R
   22  /home/tetsuo/2011/1101
   23  NULL
   24  R
   25  pwd
   26  ls
   27  #kooaf
   28  exit
   29  mv 2011
   30  echo
   31  shell
   32  SHELL
   33  echo $ SHELL
   34  ls /home/tetsuo/2011
   35  ls 2011
   36  cd /2011
   37  cd /home/tetsuo/2011
   38  lis
   39  ls
   40  pwd
   41  R
   42  exit
   43  man
   44  cd ダウンロード
   45  exit
   46  pwd
   47  ls
   48  echo $SHELL
   49  histry
   50  1
   51  history
   52  sudo apt-get install graphviz graphziz-dev
   53  ls
   54  cd 2011
   55  ls
   56  cd 1101
   57  ls
   58  pwd
   59  cd
   60  pwd
   61  cd /home/tetsuo/2011/1101
   62  pwd
   63  mkdir /home/tetsuo/2011/1101/test
   64  test
   65  cd test
   66  mkdir -p test2/test3
   67  ls
   68  cd test2
   69  ls
   70  cd ..
   71  cd ../..
   72  cd ..
   73  cd..
   74  pwd
   75  exit
   76  history
   77  pwd
   78  history
tetsuo@tetsuo-desktop:~$ !77
pwd
/home/tetsuo
tetsuo@tetsuo-desktop:~$  exit