fork download
  1. #!/bin/bash
  2.  
  3. a="\"nextPageToken\": \"CDIQAA\","
  4. echo "$a" | cut -d '"' -f4
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
CDIQAA