for f in $* do mv common.txt corporate.txt done
是对的吗??
发布于 2020-03-02 02:06:02
if mv common.txt corporate.txt; then echo "Success"
https://unix.stackexchange.com/questions/570232
相似问题