Created
May 10, 2019 17:24
-
-
Save pawamoy/cca35f0f5ccd56665d6421e9b2d2d4bc to your computer and use it in GitHub Desktop.
LINENO in Bash and ZSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $( | |
# comment | |
echo "hello" \ | |
"world" \ | |
"thanks" | # comment | |
cat | ( # comment | |
# comment | |
cat -n # comment | |
) | cat && # comment | |
echo bye | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://savannah.gnu.org/support/?func=detailitem&item_id=109686