採集日誌檔案是否更新shell指令碼

2021-10-08 10:25:54 字數 1155 閱讀 7911

#採集日誌最後一行記錄,獲取時間,ip,等引數

grep 1= rootlogger_debug.log | tail -1f|awk -f 「[= ,]」 ''sed 『s///-/g』

#獲取當前日期

file_time=$(date +%y%m%d%h%m%s)

#入庫標準日期格式

insert_time=(da

te+e

cho"

開始時間

:"

(date+

echo

"開始時

間:"insert_time

#獲取當前日期秒數

start_date_second=date +%s -d "$"

echo 「開始秒數=」$start_date_second

data_2=(gr

ep"t

ype=

(grep "type=

(grep"

type

=," rootlogger_debug.log|tail -1f|awk -f 『[ =,]』 『』|awk -f 『icount』 '' at position 2: 1}̲'| sed 's/\//\-…data_2

end_date_2=echo $|awk -f ',' ''

echo 「結束時間=」$end_date_2

end_date_second_2=date +%s -d "$"

echo 「結束秒數=」$end_date_second_2

#相差秒數

interval_time_2=((((

((start_date_second-end

date

seco

nd2)

)ech

o"in

terv

alti

me2=

"end_date_second_2)) echo "interval_time_2="

endd​a

tes​

econ

d2​)

)ech

o"in

terv

alt​

ime2

​="interval_time_2

Python 監測檔案是否更新

主要邏輯是判斷檔案的最後修改時間與建立時間是否在秒級別上一致,此 適用於python 2.import time import os read fime name filename d scapegoat xx.csv print file creation time print time.strf...

shell判斷檔案是否存在

1.shell判斷檔案,目錄是否存在或者具有許可權 6.7.這裡的 x 引數判斷 mypath是否存在並且是否具有可執行許可權 8.if x mypath then 9.mkdir mypath 10.fi 11.12.這裡的 d 引數判斷 mypath是否存在 13.if d mypath the...

shell判斷檔案是否存在

shell判斷檔案,目錄是否存在或者具有許可權 這裡的 x 引數判斷 mypath是否存在並且是否具有可執行許可權 if x mypath then mkdir mypath fi 這裡的 d 引數判斷 mypath是否存在 if d mypath then mkdir mypath fi 這裡的 ...