Richat@lemmy.ml to linuxmemes@lemmy.world · 30 天前Windows 10 Support Ending Soonlemmy.mlexternal-linkmessage-square147fedilinkarrow-up1819arrow-down189
arrow-up1730arrow-down1external-linkWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 30 天前message-square147fedilink
minus-squareihawk@programming.devlinkfedilinkarrow-up2·edit-229 天前#!/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