###Scala
A nested quotes:
"""""""""""""""""""""""""""""""" ###C++/Java/C#/Scala Comment:
/////////////////////////////////// Empty command:
;;;;;;;;;;;;;;; ###Bash Comment, Whitespace and Shell builtin combination:
# : ###Sed
Standalone valid commands:
p P n N g G d D h H
A combination of the above:
p;P;n;N;g;G;d;D;h;H; ###AWK To print every line of the file:
1 or
// Don't print anything:
0 ###Perl
abcd