#!/bin/bash filename="abc, def hij.xyz" sed -E 'h;s/,? +/_/g;H;g;s/(.*)\n(.*)/mv "\1" "\2"/' <<<"$filename"
Standard input is empty
mv "abc, def hij.xyz" "abc_def_hij.xyz"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!