Ejemplos
$ ls
Gemfile Gemfile.lock showoff.json slides
$ ls -l
total 24
-rw-r--r-- 1 victorcoder staff 44 22 ago 18:07 Gemfile
-rw-r--r-- 1 victorcoder staff 362 22 ago 18:07 Gemfile.lock
-rw-r--r-- 1 victorcoder staff 89 22 ago 18:07 showoff.json
drwxr-xr-x 3 victorcoder staff 102 22 ago 18:07 slides
$ cd slides
$ ls -l
total 8
-rw-r--r--@ 1 victorcoder staff 580 23 ago 11:32 tiyf.md
$ cd ..
$ pwd
/Users/victorcoder/Documents/code/terminal-is-your-friend
$ open .
Slide 14
Slide 14 text
Movimiento
Autocompletar (TAB)
CTRL+a Inicio de linea
CTRL+e Fin de linea
flecha arriba | Navegar por la historia
CTRL+r | reverse search
history | ver la historia
Slide 15
Slide 15 text
ESC+f forward 1 word
ESC+b backward 1 word
ESC+t transpose
CRTL+u delete line
CTRL+l clear screen
Slide 16
Slide 16 text
Extras
$ cat
$ find
$ chmod
$ open
$ alias
$ ll
$ la
Ejecutar último comando: flecha arriba o !!
Encadenar comandos: &&
Pipes: |
zsh + oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh
$ [ 4:49PM ] [ victorcoder@victorimac:~(ruby-1.9.2-p180) ]
$ chmod (tab)
a -- all
g -- group
o -- others
u -- user
+ - \=