Richat@lemmy.ml to linuxmemes@lemmy.world · 3 个月前Windows 10 Support Ending Soonlemmy.mlimagemessage-square138linkfedilinkarrow-up1825arrow-down190
arrow-up1735arrow-down1imageWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 3 个月前message-square138linkfedilink
minus-squareihawk@programming.devlinkfedilinkarrow-up2·edit-23 个月前#!/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