main
parent
aae61239bd
commit
18cba91feb
|
|
@ -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地址
|
||||
|
|
|
|||
Loading…
Reference in New Issue