2021/09/15
That you can, technically, write inline comments in bash. Specifically, you have to put the comments in a subshell:
echo abc `#put your comment here` \
def `#another chance for a comment` \
xyz etc
That you can, technically, write inline comments in bash. Specifically, you have to put the comments in a subshell:
echo abc `#put your comment here` \
def `#another chance for a comment` \
xyz etc