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
  • yacc, in y.tab.c output:
    • #line 407 "/usr/homes/chet/src/bash/src/parse.y" /* yacc.c:1646 */
    • this appears to be recognized by code coverage reporting tools? They show parse.y output.

Code over Pipes

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