fork(1) download
  1. #!/bin/bash
  2. s='name
  3.  
  4.  
  5. things: "water bottle","40","new phone cover",10
  6.  
  7.  
  8.  
  9. place'
  10.  
  11. sed -n 's/^[^"]*"\([^"]*\)".*/\1/p' <<< "$s"
Success #stdin #stdout 0.01s 5456KB
stdin
Standard input is empty
stdout
water bottle