1.set -e "Exit immediately if a simple command exits with a non-zero status." 在“set -e”之后出现的代码,一旦出现返回值非零,整个脚本就会立即退出. 2.set -o pipefail "If set, the return value of a pipeline is the value of the last (rightmost) command to exit with a non-…
1 , Use locate command It is a fast way to find the files location, but if a file just created ,it will can not found use it. You may need run updatedb to update the database 2, Use find command "find" will search on your disk not from the datab…
本系列分为两篇: 1.[转]windows和linux中搭建python集成开发环境IDE 2.[转]linux和windows下安装python集成开发环境及其python包 3.windows和linux中搭建python集成开发环境IDE——如何设置多个python环境 Install Python packages on Ubuntu 14.04 from chris' sandbox In this post I will document my setup of Python 2.7…