fork download
  1. #!/bin/bash
  2. MY_VAR="s3://model/;s3://another/model"
  3. echo $MY_VAR | grep -Po 's3.+?model'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
s3://model
s3://another/model