Tips: Command line How do I save terminal output to a file? go build -o race2 race2.go && for i in {1..100}; do ./race2 >> race2.txt 2>&1; done;