MysqLdump... | gzip -c > myfile..sql.gz
我希望myfile的格式为“time_date.sql.gz”
如何使用当前日期和时间创建文件?
谢谢
myfile_`date '+%F_%T'`.sql.gz