More Related Content Similar to zshと仮想端末マネージャで快適ターミナル生活 Similar to zshと仮想端末マネージャで快適ターミナル生活(20) More from Nobutoshi Ogata More from Nobutoshi Ogata(6) Recently uploaded(20) AI: mind, matter, meaning, metaphors, being, becoming, life values by Twain Liu 刘秋艳 AI: mind, matter, meaning, metaphors, being, becoming, life values zshと仮想端末マネージャで快適ターミナル生活3. About me
( )
@nobu666
http://www.facebook.com/nobutoshi.ogata
2011/8/1
ogata.nobu@gmail.com
11 9 12
11. DECon
_______________________
○√ !!
PuTTY
!!
11 9 12
12. DECon
________________________________
~|
\○ BOY
∥\
<○> ∥/
∥ /│
>> \│
screen
11 9 12
13. screen
screen
tscreen
tmux
byobu
11 9 12
20. nobu666@cherub $ for n in 1 2 3
for# do
for# echo test;
for# done
test
test
test
nobu666@cherub $( C-p)
nobu666@cherub $for n in 1 2 3
do
echo test;
done
11 9 12
21. nobu666@cherub $ zmodload -i zsh/mathfunc
nobu666@cherub $ echo $(( sin(1) ))
0.8414709848078965
nobu666@cherub $ echo $(( log10(2) ))
0.3010299956639812
nobu666@cherub $ echo $(( sqrt(2) ))
1.4142135623730951
nobu666@cherub $ repeat 3 echo $(( rand48() ))
0.9822596229634506
0.37442021252918423
0.13525322333015666
11 9 12
22. configure
--help
C-a C-k configure --help C-y……?
ESC-q !!
11 9 12
23. glob
important.c *.c
rm *.c~important.c
*.txt
rm *~*.txt
find . -name ‘*.c’|xargs grep hoge
grep hoge **/*.c
11 9 12
24. hogehoge | piyopiyo
tail -f /var/log/php.log G Fatal
ls -la L
head,tail,grep,sort,uniq,lv,wc,sed,awk...
11 9 12
25. echo “test” > f1 >f2
echo “TEST” >file?
< f1 <f2
< f1 > f3
11 9 12
26. bash …
(´ ω )
paste <(hoge) <(moge)
diff -u <(hoge|piyo) <(hoge|moge)
tmp
11 9 12
28. zsh
oh-my-zsh
https://github.com/robbyrussell/oh-my-zsh
git theme
https://github.com/robbyrussell/oh-my-zsh/wiki/
themes
11 9 12
29. (2)
screen
screen wrapper
byobu
tmux
11 9 12