Richat@lemmy.ml to linuxmemes@lemmy.world · 1 个月前Windows 10 Support Ending Soonlemmy.mlimagemessage-square108linkfedilinkarrow-up1767arrow-down179
arrow-up1688arrow-down1imageWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 1 个月前message-square108linkfedilink
minus-squareihawk@programming.devlinkfedilinkarrow-up2·edit-21 个月前#!/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