immaroot
Results
1
issues of
immaroot
On line 7 of `burplist.sh` we have: `awk ' {print;} NR % 1 == 0 { print "peter"; }' burplist.txt > burplistpeter.txt` The condition `NR % 1 == 0` will...