Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
user:yeti:ncomm [2018/03/26 16:31] – [Comparing (Packages) Lists] yetiuser:yeti:ncomm [2019/08/06 18:12] – [Comparing (Packages) Lists] yeti
Line 5: Line 5:
 <file awk ncomm> <file awk ncomm>
 #!/usr/bin/awk -f #!/usr/bin/awk -f
-# ncomm-1462986864+# ncomm-1565083172
 BEGIN { BEGIN {
  if(ARGC<2) {  if(ARGC<2) {
Line 24: Line 24:
  for(i in P) {  for(i in P) {
  printf i"/" | c  printf i"/" | c
- for(n=1;n<ARGC;n++) printf f[i,n]?"+ ":"  " | c+ for(n=1;n<ARGC;n++) printf f[i,n]?"+ ":"· " | c
  print i | c  print i | c
  }  }
  • Last modified: 2019/08/06 18:14
  • by yeti