6 ms·
This requires your bash have networking support compiled in (some distros don't, or didn't in the past), I'm not sure why you wouldn't use nmap, or even netcat:
by daniellockard 14y ago
This requires your bash have networking support compiled in (some distros don't, or didn't in the past), I'm not sure why you wouldn't use nmap, or even netcat: `nc -z $my_host_to_scan 1-1023`
- pkrumins 14y agoJust playing around with bash. Great remark about networking support!