3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

jq 使うものまとめ

Last updated at Posted at 2024-04-03

jq 使うもの

使いたいときによく検索しているので,使うものをまとめておくことにした

Query

Predicate

Option

  • -c
    • --compact-output / -c:
      • コンパクトになる
      • 行指向な結果を出力するのに使う
        • print "[[\"aaa\", \"bbb\"], [\"ccc\", \"ddd\"]]" | jq -c '.[]'
          • ["aaa","bbb"]
          • ["ccc","ddd"]

Refs

3
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?