Problem Description One day , Kiki wants to visit one of her friends. As she is liable to carsickness , she wants to arrive at her friend’s home as soon as possible . Now give you a map of the city
跟B站Up主学习shell脚本——阿铭linux 3461576172505894 需求 txt文件备份,文件名加个年月日的后缀,如test.txt对于备份文件为test.txt_20231205 代码 #!/bin/bash##定义后缀变量suffix=`date +%Y%m%d`##找到/test/目录下的txt文件for f in `find /test/ -type f -n