[tmux] Send command to tmux
show tmux session
tmux list-session
0: 2 windows (created Tue Feb 3 11:25:52 2015) [179x47]
tmux attach -t session_name
ex :
tmux attach -t 0
t…Read More
[Tex + convert] convert JPG to EPSuse convert xxx.jpg xxx.eps
this command can convert jpg to eps.
convert all file under folder
for file in *.png; do file2=${file%.png};convert $fil…Read More
0 意見:
張貼留言