#!/bin/bash
#删除该迁移脚本
Warning_color="echo -e \E[1;31m"
END="\E[0m"
DIR=/tmp/`date +%F_%H-%M-%S`
mkdir $DIR
mv $* $DIR
${Warning_color} Move $* to $DIR $END
ls 查看排序-tr 倒序 -t 正序
chmod +x rm.sh
alias rm='/data/rm.sh'
但是这个脚本还会比较傻的,没有操作也提示了
#!/bin/bash
#删除该迁移脚本
Warning_color="echo -e \E[1;31m"
END="\E[0m"
DIR=/tmp/`date +%F_%H-%M-%S`
mkdir $DIR
mv $* $DIR
${Warning_color} Move $* to $DIR $END
ls 查看排序-tr 倒序 -t 正序
chmod +x rm.sh
alias rm='/data/rm.sh'
但是这个脚本还会比较傻的,没有操作也提示了