关于for的判断
不理解这个
y=$( echo $num | sed 's/[0-9]//g' )
num有输入数值,为什么还要sed为空呢??
不理解这个
y=$( echo $num | sed 's/[0-9]//g' )
num有输入数值,为什么还要sed为空呢??
2020-11-17
$$为本进程PID,grep -vE "$$|grep" 排除本进程和grep进程
2019-05-23