fork download
  1. #!/bin/bash
  2. sed -r -n '1,2 s/([a-z]+):([a-z]+).*/\1 \2/p'
Success #stdin #stdout 0s 19632KB
stdin
root:x:0:0:root:/root:/bin/bash
stdout
root x