Skip to content

Ad Hoc Protocols in Unix

andychu edited this page Feb 7, 2018 · 7 revisions

Related: Unix Tools

Data / "microformats"

  • shebang lines: recognized by the kernel
  • gF in Vim recognizes filename and line number!
  • /* vim */ options

Code over Pipes

  • eval $(ssh-agent)
  • gcc -M sends a Makefile fragment
Clone this wiki locally