bash-guide icon indicating copy to clipboard operation
bash-guide copied to clipboard

quoting rules

Open DanielFGray opened this issue 8 years ago • 0 comments

quoting rules really need to be addressed

specifically:

  • double quotes perform string interpolation
  • never use variables without double quotes

DanielFGray avatar Apr 01 '17 18:04 DanielFGray