标签: 练习

1 篇文章

thumbnail
shell练习
Day1 备份文件 shell脚本一天一练-day1_哔哩哔哩_bilibili 题目: 写一个脚本,遍历/data/目录下的txt文件 将这些文件做一个备份 备份的文件名增加一个年月日的后缀,比如aming.txt备份为aming.txt_20241203   #!/bin/bash # create file first touch …