fork(1) download
  1. #!/bin/bash
  2. echo "WORD1 %WORD2% WORD3" | sed 's/WORD1.*WORD3/WORD1 WORD3/g'
Success #stdin #stdout 0s 5072KB
stdin
Standard input is empty
stdout
WORD1 WORD3