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
84
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
160
Prepare for JDK 9! by Dalibor Topic
rigadevday
0
110
Little Important Things in Distributed Architectures by Andres Jaan Tack
rigadevday
0
110
Oracle 12c for Developers by Alex Nuijten
rigadevday
1
120
The Language of Regular Expressions. So You Think You Can Speak It? by Rustam Mehmandarov
rigadevday
0
65
Modern Java Component Design with Spring 4.3 by Juergen Hoeller
rigadevday
0
230
Open Source and OpenJDK: Do They Deliver? by Simon Ritter
rigadevday
0
55
Google Apps Integration in Oracle Apex by Richard Martens
rigadevday
0
260
Integration Testing from the Trenches by Nicolas Fränkel
rigadevday
0
220
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Documentation Writing (for coders)
carmenintech
71
4.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Designing Experiences People Love
moore
142
24k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
For a Future-Friendly Web
brad_frost
179
9.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Become a Pro
speakerdeck
PRO
28
5.4k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
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