摘要: 1. cat ~/.bash_history 2. history -w /dev/stdout 3. history | cut -c 8- 4. fc -l -n 1 | sed 's/^\s*//' 5. history|awk '{$1="";print substr($0,2)}' 阅读全文
posted @ 2020-05-14 10:48 衡子 阅读(1459) 评论(0) 推荐(0) 编辑