Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Note that using echo means input that contains backslashes (or things like -nene) will be mangled (hence the use of printf in my answer). Using command substitution means the tailing empty lines will be removed (hence the use of read in my answer). Note that without -x, aspell will leave a backup file behind. You'll also need to handle the clean-up of that tempfile (handled automatically by =(...)). Commented Aug 19, 2018 at 15:57