fork download
  1. #!/bin/bash
  2. s='name
  3. things: "water bottle","40","new phone cover",10
  4. place'
  5.  
  6. awk '/:/' <<< "$s" | cut -d\" -f2
Success #stdin #stdout 0.01s 5544KB
stdin
Standard input is empty
stdout
water bottle