Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| user:yeti:ncomm [2018/02/03 06:05] – yeti | user:yeti:ncomm [2019/08/06 18:12] – [Comparing (Packages) Lists] yeti | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <file awk ncomm> | <file awk ncomm> | ||
| # | # | ||
| - | # ncomm-1462986864 | + | # ncomm-1565083172 |
| BEGIN { | BEGIN { | ||
| if(ARGC< | if(ARGC< | ||
| Line 24: | Line 24: | ||
| for(i in P) { | for(i in P) { | ||
| printf i"/" | printf i"/" | ||
| - | for(n=1; | + | for(n=1; |
| print i | c | print i | c | ||
| } | } | ||
| Line 31: | Line 31: | ||
| </ | </ | ||
| + | :!: The sorting is done in a decorate-sort-undecorate triple jump using ''/'' | ||
| ==== Example 1 ==== | ==== Example 1 ==== | ||