Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb authored Nov 6, 2023
1 parent 6f8a4c4 commit cec8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Similar to `nc -vz {ip} {port} -w {timeout}` the parameters are mapped to `port
```

```bash
~> 50..60 | each { |it| port scan 8.8.8.8 $it -t 100ms } | where is_open
~> 50..60 | par-each { |it| port scan 8.8.8.8 $it -t 100ms } | where is_open | collect { $in }
╭───┬─────────┬──────┬────────┬─────────┬─────────╮
# │ address │ port │ result │ is_open │ elapsed │
├───┼─────────┼──────┼────────┼─────────┼─────────┤
Expand Down

0 comments on commit cec8e73

Please sign in to comment.