博客地址:http://home.cnblogs.com/u/zengjianrong/

BASH技巧记录

1. 批量添加目录:  

export PATH=$PATH$( find /usr/local/examples/ -type d -printf ":%p" )

 

export PATH=$PATH$( find /usr/local/examples/ -type d -printf ":%p" )

 

2. 记录terminal log:script xxx.log,exit的时候会生成log文件,可添加到bash.rc

posted @ 2021-02-01 16:08  black_man  阅读(49)  评论(0编辑  收藏  举报