Show Menu
Cheatography

usally use command Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

zsh

d
目录历史
r
重复执行上一条命令
ctrl + r
模糊搜索命令­历史并执行
take
新建文件夹并进入
alias ns="npm start"
自定义别名,­需要s­ource ~/.zshrc

Monitor Commands

tail -f shell/1900.Moni.*
监视log文件更新
watch -d 'qstat'
监视所有任务进度
watch -d 'qstat -f 28 -H'
监视特定任务
watch -d 'ls outdata// -lAtFc | head'
监视文件生成