chitin
chitin copied to clipboard
Automated variable replacement in %script is great until you try to use awk
yields hilarious results
Currently you can work around this by inserting a space between your field operators:
awk '{print $ 1"\t"$ 2"\t"$ 3; print $ 2"\t"$ 1"\t"$ 3}'