No Description

commented.env 315B

123456789101112
  1. # This is a comment
  2. CFOO=bar
  3. #CBAR=baz
  4. #CZOO=goo # a comment on a commented row
  5. CSPACED=with spaces # this is a comment
  6. CQUOTES="a value with a # character" # this is a comment
  7. CQUOTESWITHQUOTE="a value with a # character & a quote \" character inside quotes" # " this is a comment
  8. CNULL=
  9. ## this is a comment ##