xluffy / til

You only feel happy when you know what you doing
20 stars 1 forks source link

sed: insert a new blank line before/after match #259

Open xluffy opened 2 months ago

xluffy commented 2 months ago
serviceAccount:
  name: "gh-api"
  create: True
role:
  create: True
  rules:
    - apiGroups:
        - ''
      resources:
        - secrets
      verbs:
        - get
        -

I want to insert a new blank line before role:

> gsed  '/role:/i \\' gh.yaml