Richat@lemmy.ml to linuxmemes@lemmy.world · 15 days agoWindows 10 Support Ending Soonlemmy.mlimagemessage-square107linkfedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imageWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 15 days agomessage-square107linkfedilink
minus-squareihawk@programming.devlinkfedilinkarrow-up0·edit-214 days ago#!/bin/bash for i in 0…254; do ping -c 4 10.0.0.$i &; done wait Throwing that many background tasks at once is a little risky, but awesome
#!/bin/bash
for i in 0…254; do ping -c 4 10.0.0.$i &; done
wait
Throwing that many background tasks at once is a little risky, but awesome