Richat@lemmy.ml to linuxmemes@lemmy.world · 4 months agoWindows 10 Support Ending Soonimagemessage-square137linkfedilinkarrow-up1827arrow-down191
arrow-up1736arrow-down1imageWindows 10 Support Ending SoonRichat@lemmy.ml to linuxmemes@lemmy.world · 4 months agomessage-square137linkfedilink
minus-squareihawk@programming.devlinkfedilinkarrow-up2·4 months 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