comments inside awk script
#/usr/bin/awk -f
BEGIN { print "hey dude" } # It's OKclick for details of awk comments
comments inside awk script
#/usr/bin/awk -f
BEGIN { print "hey dude" } # It's OK| [ | |
| { | |
| "key": "ctrl+. alt+.", | |
| "command": "editor.action.insertSnippet", | |
| "args": { "name": "markdown_collapse_details_code" } | |
| } | |
| ] |
| { | |
| "markdown_collapse_details_code": { | |
| "prefix": "md-details", | |
| "body": [ | |
| "## $1", | |
| "<details><summary>click for details of <strong>$1</strong> </summary>", | |
| "<p>", "$2", "", "```awk", "#!/usr/bin/awk -f", "$3", "```", "</p>", "</details>", "", "$0" | |
| ], | |
| "description": "Log output to console" | |
| } | |
| } |