#author("2022-08-27T03:11:43+00:00","default:hotate","hotate") #author("2023-03-09T11:56:51+00:00","default:hotate","hotate") #contents &tag(コマンド); * 情報 [#dddc4f63] - [[AWKのすすめ - Qiita>https://qiita.com/M_Yanagihara/items/42d3de5e4422ee551950]] # パターンが真であればアクションが実行される awk 'パターン {アクション}' - [[awk - Qiita>http://qiita.com/shohhei1126/items/8414e75aed1eb3d3c917]] $ awk -F" " '$7 != "/helth" {print $4 " " $9 " " $7}' localhost_access_log.2014-02-12.txt [12/Feb/2014:23:56:17 200 /tweet [12/Feb/2014:23:56:16 200 /tweet/23699 [12/Feb/2014:23:56:17 200 /api/tweet … * 関連 [#i4bf5848] #related