From 18cba91feb0600b1548d4366af6b8aad27d3a615 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Thu, 27 Jul 2023 15:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function/function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/function.sh b/function/function.sh index b35d512..bee9364 100644 --- a/function/function.sh +++ b/function/function.sh @@ -4,7 +4,7 @@ source ../main.sh show_file(){ filer=$1 - find /data/update/$filer -type f -printf "%f\t%Tc\n" + find /data/update/$filer -printf "%-40f\t%TY-%Tm-%Td %TH:%TM:%TS\n" } # 判断一个字符串是否是合法的IP地址