我正在创建一个sh脚本文件来将文件从一个文件夹移动到另一个文件夹,但只移动以system@.开头的文件.
sh
system@
那么我怎样才能只移动以system@?开头的文件?
#pseudo-code foreach file "system@*.*" in dir move to /.../...
提前致谢.
linux bash shell sh
bash ×1
linux ×1
sh ×1
shell ×1