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
  • On Ubuntu, I have alias say="spd-say" in my .bashrc, which imitates the say command from other distros or OS X. Commented Sep 16, 2014 at 3:41
  • 2
    set -vx would be a good combination if used with trap - trap read debug. This allows you to step over line by line and see the results Commented Jul 9, 2018 at 6:10