fork(1) download
  1. #!/bin/bash
  2. echo 'Argentina, Buenos Aires S7.txt' | sed -E 's/[, ]+/_/g'
Success #stdin #stdout 0.01s 5544KB
stdin
Standard input is empty
stdout
Argentina_Buenos_Aires_S7.txt