Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Field Notes of Command Line Ninja by Rustam Meh...
Search
Riga Dev Day
March 13, 2016
0
82
Field Notes of Command Line Ninja by Rustam Mehmandarov
Riga Dev Day
March 13, 2016
Tweet
Share
More Decks by Riga Dev Day
See All by Riga Dev Day
Faster Java by Adding Structs (Sort Of)
rigadevday
0
150
Prepare for JDK 9! by Dalibor Topic
rigadevday
0
110
Little Important Things in Distributed Architectures by Andres Jaan Tack
rigadevday
0
100
Oracle 12c for Developers by Alex Nuijten
rigadevday
1
110
The Language of Regular Expressions. So You Think You Can Speak It? by Rustam Mehmandarov
rigadevday
0
60
Modern Java Component Design with Spring 4.3 by Juergen Hoeller
rigadevday
0
220
Open Source and OpenJDK: Do They Deliver? by Simon Ritter
rigadevday
0
49
Google Apps Integration in Oracle Apex by Richard Martens
rigadevday
0
250
Integration Testing from the Trenches by Nicolas Fränkel
rigadevday
0
210
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
40
7.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
How to train your dragon (web standard)
notwaldorf
88
5.7k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Building Applications with DynamoDB
mza
91
6.1k
Optimizing for Happiness
mojombo
376
70k
Practical Orchestrator
shlominoach
186
10k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
How to Think Like a Performance Engineer
csswizardry
22
1.2k
Transcript
Field Notes of a Command Line Ninja Rustam Mehmandarov Riga
Dev Day
Agenda Intorduction History Expansions/Shorthand Useful cmd Example IRL
History http://xkcd.com/149/
History sudo !! http://xkcd.com/149/
Expansion, Alias …
Useful commands
Examples IRL
Summon power of the gods? ls –o –t –r –h
or ls –thor
Top 10 commands used history | awk 'BEGIN {FS="[ \t]+|\\|"}
{print $3}' | sort | uniq -c | sort - nr | head
Magic 1. svn log -r <revFra>:<revTil> > svn_log.txt 2. cat
svn_log.txt | grep Jira# | sed -r s/Jira#:[[:space:]]// | sort | uniq > jira_saker.txt
More magic! 1. cd takeoff/rotate/up/stop/land 2. echo $_ | awk
'BEGIN {FS="/"}{print $1"();", $2"();", $3"();", $4"();", $5"();"}' >> fun.js && node fun.js
None
None
None
Thank you! rmehmandarov
[email protected]
None