hstr : Thursday, 3 September, 2026
Thursday, 3 September, 2026
[kevshaw@451]$ history
     1  mkdir play
     2  ls
     3  cd play
     4  ls
     5  ls -al
     6  cd ~
     7  cd play
     8  cd ..
     9  cd play
    10  cd
    11  cd play
    12  touch file
    13  ls -al
    14  rm file
    15  ls
    16  ls -al
    17  wget https://biochemistry.prof/451/data/bor
    18  ls -l
    19  ed bor
    20  ls -l
    21  grep Arms bor
    22  nano bor
    23  vi bor
    24  less bor
    25  cat bor
    26  wget https://biochemistry.prof/451/data/streams
    27  ls
    28  ls -l
    29  ls ~
    30  ./stream
    31  ls -l
    32  ./streams
    33  chmod x streams
    34  ls -l
    35  ./streams
    36  ./streams 2> /dev/null
    37  ./streams 1> /dev/null
    38  ./streams > /dev/null
    39  ./streams > output
    40  ls -l
    41  cat output
    42  echo
    43  echo "I am a line of text."
    44  echo < output
    45  echo - < output
    46  echo "I am a line of text." > /dev/null
    47  less < output
    48  cat bor
    49  cat bor | less
    50  cat bor | grep Arms
    51  grep Arms bor
    52  cat streams
    53  cd
    54  rmdir play
    55  rm -rf play
    56  ls -l
    57  history
    58  history | grep cd
    59  history | grep mkdir
    60  mkdir play
    61  ls
    62  rmdir play
    63  ls
    64  adventure
[kevshaw@451]$ 
<-- Date Index
$GenerationTime = 7 milliseconds.