Erik Christiansen <[email protected]> writes: > alias unspace="/usr/bin/rename 's/ /_/g' "
Suggest '[[:space:]]' instead of just ' '. > Filename completion fortunately handles spaces, so: > > $ touch /tmp/"another spaced filename" > $ unspace /tmp/another\ spaced\ filename You might as well just "unspace *"; it'll noop normal stuff and be idempotent on the problem ones. _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
