Know Your Tools – Terminal and Bash
spacecowboyrocketcompany.com
Know Your Tools – Terminal and Bash
1–10 of 48 posts
Re: Know Your Tools – Terminal and Bash
#2Re: Know Your Tools – Terminal and Bash
#3http://xkcd.com/1168/ ^_^
Re: Know Your Tools – Terminal and Bash
#4Re: Know Your Tools – Terminal and Bash
#5I ended up highly optimizing my work environment to replace long ssh connections with `conn prod` (will use my RSA key and connect). File tranfers with `go get prod filename` or `go send prod filename`. Another script that can remember directory paths (I have to go over lot of them every day, and typing long lengthy ones does not help).
To me, UNIX shell scripting is a lazy men's most effective tool, only if you know how to use that rightly.
Loved the post. And thanks much.
Re: Know Your Tools – Terminal and Bash
#6Re: Know Your Tools – Terminal and Bash
#7don't type `cd ~` just type `cd`
Re: Know Your Tools – Terminal and Bash
#8don't type `cd ~` just type `cd`
I think there are some pop/push mechanics for working directory too, but I can't find them right now.
Re: Know Your Tools – Terminal and Bash
#9http://xkcd.com/1168/ ^_^
Re: Know Your Tools – Terminal and Bash
#10To exit vim use :wq, not just :wq - most of the problem is it getting stuck in insert mode, and not knowing how to escape into normal mode.
Type :quit to exit Vim