
Benjamin M. answered 02/04/21
BS Computer Science, Linux classes and experience
You can use the -e flag multiple times with sed to do many replacements at once. They happen in the order they are listed, so as long as you order them correctly, you won't have a situation where . turns into , which then turns into ' '.