摘要: gnome-terminal -x bash -c "/home/XX/cc.sh; exec bash" 阅读全文
posted @ 2018-11-29 16:18 骨灰盒少女 阅读(2466) 评论(0) 推荐(0)
摘要: 获取当前时间 获取前一天的当前时间 获取后一天的当前时间 获取前一小时的时间 获取前一分钟的时间 阅读全文
posted @ 2018-11-29 15:55 骨灰盒少女 阅读(685) 评论(0) 推荐(0)
摘要: demofun(){ for file in `ls $1` do if test -f $file then echo "file: $file" elif test -d $file then echo "path: $file" fi d... 阅读全文
posted @ 2018-11-29 15:00 骨灰盒少女 阅读(15372) 评论(0) 推荐(0)