fork download
  1. #!/bin/bash
  2. s=' CFBundleShortVersionString = "14.2";'
  3. sed -n 's/.*CFBundleShortVersionString = "\([^"]*\).*/\1/p' <<< "$s"
Success #stdin #stdout 0.01s 5476KB
stdin
Standard input is empty
stdout
14.2