我想讀取長度爲2的數組中文件的最後兩行。 考慮文件a.txt bar
second line
hello world
foo bar fubar
我試圖 lines=($(tail -n 2 a.txt))
但這會導致長度5的數組,每個包含一個字。我讀了Creating an array from a text file in Bash的帖子,但沒能從那裏讀到最後兩行。請注意,效率(
我想在一箇中添加多個尾巴腳本。 第一招: tail -f /var/script/log/script-log.txt | if grep -q "Text1"; then echo "0:$?:AAC32 ONLINE"
fi
我要添加5條線路用不同勢的話,這可能嗎? else if if if等 謝謝!
鑑於年底追加: mangle :: String -> String
,我想要做的事,如: mangle xs = head xs -- works if you change typesig to [a] -> a
但: mangle xs = tail xs ++ head xs -- won't work at all!
會喜歡在列表末尾添加列表的第一個字符,切割第一個字符。