标签: shell


今天要转移一批文件到新目录,返回一个错误。 -bash: /usr/bin/cp Read more…


#!/usr/bin/env 在linux的一些bash的脚本,需在开头一行指定 Read more…


1. 关于文件和目录 -f  判断某普通文件是否存在 -d  判断某目录是否存在 Read more…


$# 是传给脚本的参数个数 $0 是脚本本身的名字 $1 是传递给该shell脚 Read more…

Archives