Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    
    ...
    
    echo  "# This is not a comment"
    echo  \# and neither is this.
    
  2. or download this
    echo  "
    echo  \
    
  3. or download this
    perl -nle 's/#.*//; print if /\S/'