linux:ubuntu_do_stuff_x_times
Do Stuff 10 Times
for run in {1..10}; do command; done
linux/ubuntu_do_stuff_x_times.txt · Last modified: 24/11/2023 12:18 by Allan
for run in {1..10}; do command; done