dammour
2/26/2019 - 3:54 PM

queteUnix

    1  clear
    2  cd desktop
    3  cd clmystery-master/
    4  cat instructions
    5  cd mystery
    6  cat crimescene
    7  grep "CLUE" crimescene
    8  cat hint1
    9  cd ..
   10  cat hint1
   11  head -n 20 people
   12  cd mystery
   13  head -20 people
   14  cat hint2
   15  cd ..
   16  hint2
   17  cat hint2
   18  cat hint3
   19  cat hint4
   20  cat hint5
   21  cat hint6
   22  cat hint7
   23  cat hint8
   24  cd mystery
   25  grep "Annabel" people
   26  head -n 173 streets/Mattapan_Street | tail -n 1
   27  grep "Honda" vehicles
   28  grep -A 5 "L337" mystery/vehicles
   29  grep -A 5 "L337" vehicules
   30  cat Fitness_Galaxy AAA United_MileagePlus | grep "John Smith"
   31  cat Fitness_Galaxy AAA United_MileagePlus
   32  head -n 176 streets/Haley Street | tail -n1
   33  grep "Blue" vehicles
   34  head -n 176 streets/Haley_Street | tail -n 1
   35  grep -A 5 "L337" vehicules
   36  cat Fitness_Galaxy AAA United_MileagePlus | grep "John Smith"
   37  grep "CLUE" crimescene
   38  grep -A 6 "L337"
   39  grep -A 6 "L337" vehicules
   40  grep -A 6 "L337" vehicles
   41  cat Fitness_Galaxy AAA United_MileagePlus | grep "Jacqui Maher"
   42  cd memberships
   43  cat Fitness_Galaxy AAA United_MileagePlus | grep "Jacqui Maher"
   44  cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Joe Germuska"
   45  cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Jeremy Bowers"
   46  cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Jacqui Mahers"
   47  cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Jacqui Maher"
   48  cd ..
   49  grep "Jeremy Bowers" people
   50  grep "Jacqui Maher" people
   51  echo Jeremy Bowers
   52  history > mon_historique.log