about WYSIWYG text editors power

  • user : Hey, how to add comma to each end of line to this list please ?
  • survietamine : sed “s/$/,/g” list.txt
  • user : great, where can i type it on M$ Word ?