fork download
  1. #!/bin/bash
  2. echo "COM, DLX, BE4, BE2 and RS" | sed -E 's/.*\<(COM|DLX|BE4|BE2|RS)\>/ALPHA BETA GAMMA &/'
Success #stdin #stdout 0s 4476KB
stdin
Standard input is empty
stdout
ALPHA BETA GAMMA COM, DLX, BE4, BE2 and RS