Skip to content

Instantly share code, notes, and snippets.

@mekaVR
Created September 20, 2015 18:26
Show Gist options
  • Save mekaVR/f0a9c4258e7da90a3cea to your computer and use it in GitHub Desktop.
Save mekaVR/f0a9c4258e7da90a3cea to your computer and use it in GitHub Desktop.
1 history > mon_historique.log
2 cat mon_historique.log
3 l
4 rm mon_historique.log
5 cd .
6 l
7 bash
8 l
9 cat .zsh_history
10 rm .zsh_history
11 clear
12 cd clmystery
13 grep -E "CLUE" mystery/crimescene
14 grep -E "Annabel" mystery/people
15 head -n40 mystery/streets/Hart_Place| tail -n1
16 head -n173 mystery/streets/Mattapan_Street| tail -n1
17 head -n179 mystery/streets/Haley_Street| tail -n1
18 head -n179 mystery/streets/Buckingham_Place| tail -n1
19 head -n176 mystery/streets/Haley_Street| tail -n1
20 cat mystery/interviews/interview-47246024 interview-9437737 interview-699607 interview-871877
21 cd mystery
22 cd interviews
23 cat interview-9437737 interview-699607 interview-871877
24 cd ..
25 grep -A5 "Honda" vehicles| grep -A5 "Blue" | grep -A5 "L337"
26 grep -A5 "Honda" | grep -A5 "Blue" | grep -A5 "L337" vehicles
27 cd memberships
28 cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library| grep -c "Joe Germuska"
29 cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library| grep -c "Jeremy Bowers"
30 cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library| grep -c "Jacqui Maher"
31 cd ..
32 grep -E "Jeremy Bowers" people
33 grep -E "Jacqui Maher" people
34 head -n284 streets/Dunstable_Road| tail -n1
35 cat interviews/interview-9620713
36 echo "Jeremy Bowers"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment