我试图只复制 Bash 中最新版本的文件。
例如,在我下面的脚本中,我正在复制所有文件,但现在我需要复制最新版本(最新版本将作为文件名中的最后一个参数给出)。
我的文件名示例:
AAA_BBB_CCC_1
AAA_BBB_CCC_2 # I need to copy this file instead the above one because it has
# _2 which means it is the latest version.
BBB_CCC_DDD_1
BBB_CCC_DDD_2 # I need to copy this file