Shell小技巧

# awk 指定多个分隔符
echo 20231121-海通autodoc镜像.xlsx | awk -F'[.-]' '{ print $2 }';
海通autodoc镜像