BashScripting icon indicating copy to clipboard operation
BashScripting copied to clipboard

Bash Scripting Examples

Results 1 BashScripting issues
Sort by recently updated
recently updated
newest added

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...