fork(39) download
  1. cat << EOF | awk 'BEGIN{FS=OFS="- "} NF>1{$1="";sub(/^- */, "")}'1
  2. Adam James - Welcome Home.txt
  3. Mike & Harry - One Upon - A Time.txt
  4. William-Kent - Prince & The Frog.txt
  5. Mike & Harry - One-Upon - A Time.txt
  6. EOF
Success #stdin #stdout 0.02s 5264KB
stdin
Standard input is empty
stdout
Welcome Home.txt
One Upon - A Time.txt
Prince & The Frog.txt
One-Upon - A Time.txt