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.

Required fields*

2
  • Thank you for this - it's just what I was looking for. I appreciate the caveats about the spaces as well. Commented Aug 27, 2019 at 21:22
  • Great idea for how to handle spaces! Using octal, you can substitute with a non-printable character instead of '@'. I successfully used " $list:q:gas/ /\0177/ ", for example. Commented Mar 24, 2021 at 2:56