更新 alias.txt

This commit is contained in:
2025-09-18 00:35:59 -07:00
parent 66c58fb70c
commit 3bf427306b

View File

@@ -297,7 +297,6 @@ function 7zxd() {
local password="$1" local password="$1"
local files=() local files=()
# 搜索所有压缩包(支持分卷 .part1.rar/.001
while IFS= read -r -d '' f; do while IFS= read -r -d '' f; do
files+=("$f") files+=("$f")
done < <(find . -maxdepth 1 -type f \( \ done < <(find . -maxdepth 1 -type f \( \