James Gray wrote: > sed "s#*##g" file.txt > new_file.txt > > That will remove the asterisks from "file.txt" and dump the result > into "new_file.txt" Fantastic! Thank you. That does what I need. For my benefit, how does that command work?