citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

newlines (91B)


      1 #!/bin/sh
      2 awk 'FNR == NR { oldfile[$0]=1; };
      3      FNR != NR { if(oldfile[$0]==0) print; }'