hstr : Tuesday, 14 September, 2021
Tuesday, 14 September, 2021
[kevshaw@451]$ history
     1  w
     2  ls
     3  grep SEQRES
     4  grep SEQRES pdb9rnt.ent
     5  grep SEQRES pdb9rnt.ent | cut -c20-70
     6  grep SEQRES pdb9rnt.ent | cut -c20-69
     7  grep SEQRES pdb9rnt.ent | cut -c20-70
     8  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n'
     9  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep SER
    10  ed bor
    11  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n'
    12  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep SER
    13  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep S
    14  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep SER
    15  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep SER | wc -l
    16  grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep TYR | wc -l
    17  echo "grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep TYR | wc -l "
    18  echo "grep SEQRES pdb9rnt.ent | cut -c20-70 | tr ' ' '\n' | grep TYR | wc -l " > aacnt
    19  cat aacnt
    20  ls -l aacnt
    21  chmod x aacnt
    22  ls -l aacnt
    23  ./aacnt
    24  nano aacnt
    25  ./aacnt pdb9rnt.ent TRP
    26  nano aacnt
    27  ./aacnt pdb9rnt.ent TRP
    28  nano aacnt
    29  ./aacnt pdb9rnt.ent TRP
    30  ./aacnt pdb9rnt.ent SER
    31  ./aacnt pdb9rnt.ent ALA
    32  ./aacnt pdb9rnt.ent LEU
    33  cat aacnt
    34  less aacnt
    35  nano aacnt
    36  ./aacnt pdb9rnt.ent
    37  nano aacnt
    38  ./aacnt pdb9rnt.ent ALA CYS ASP
    39  mkdir pdbselect
    40  cd pdbselect/
    41  ls
    42  ls -a
    43  wget https://homepages.thm.de/~hg12640/2017-11-18.pdbsel
    44  ls
    45  less 2017-11-18.pdbsel
    46  cat 2017-11-18.pdbsel | cut -c9-12 | less
    47  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | less
    48  less 2017-11-18.pdbsel
    49  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | less
    50  cat 2017-11-18.pdbsel | cut -c9-12 | less
    51  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | less
    52  man gfp
    53  gfp 9rnt | less
    54  ls
    55  gfp -f 9rnt
    56  ls
    57  less 9RNT.pdb
    58  rm 9RNT.pdb
    59  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | less
    60  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | head -7
    61  grep '^ ' 2017-11-18.pdbsel | cut -c9-12 | head -7 | gfp -f
    62  ls
    63  rm *.pdb
    64  gfp -v
    65  cd
[kevshaw@451]$ 
<-- Date Index
$GenerationTime = 6 milliseconds.