I'd like to print a string literal in awk / gawk using the Powershell command line (the specific program is unimportant). However, I think I misunderstand the quoting rules somewhere along the line -- PowerShell apparently removes double quotes inside single quotes for native commands, but not when passing them to commandlets.I'd like to print a string literal in awk / gaw