Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Event フィールドを持つ JSON 形式のファイルがあります
for file in /home/ec2-user/Workspace/events_parts/* do cat $file | jq '.Event' done
JSON ファイルから抽出された「イベント」値のリストを取得します。この値を bash 変数に割り当てて、後で比較に使用できるようにします。それ、どうやったら出来るの?