fork(10) download
  1. #!/bin/bash
  2. category=MOTOR; sed -nE "/\[$category\]/{:l n;/^(\[.*\])?$/q;p;bl}"
Success #stdin #stdout 0s 4308KB
stdin
[SITE1]
NY
SF

[MOTOR]
electric
coal

[AREA]
west
east
north

[CLEAR]
stdout
electric
coal