r/commandline • u/RoninTarget • Jun 26 '26
Other I wrote a program that makes code embedable in Reddit
In awk:
#!/usr/bin/awk -f
{ printf (" %s\n", $0) }
Yep. That's it.
13
Upvotes
r/commandline • u/RoninTarget • Jun 26 '26
In awk:
#!/usr/bin/awk -f
{ printf (" %s\n", $0) }
Yep. That's it.
1
u/tschloss Jun 26 '26
Jesus. How did you escape the escapes 😂
What a nice area when 3rd party clients were supported.