@@ -21,11 +21,11 @@ Requirements
21
21
------------
22
22
23
23
* ` bash ` (tested on 4.20, should work on versions as old as 2008)
24
- * ` awk ` (either ` gawk ` , ` mawk ` , ` nawk ` or ` busybox awk ` ; should work on ` gawk `
25
- versions as old as 2008; should probably work on any other awk
26
- implementation)
24
+ * ` awk ` (either [ gawk] [ ] , [ mawk] [ ] , [ nawk] [ ] or [ busybox awk] [ ] ; should work on
25
+ ` gawk ` versions as old as 2008; should probably work on any other awk
26
+ implementation)
27
27
* ` ping ` (from ` iputils ` , or any other version that prints essentially the same
28
- output, like Mac OS X ping or [ oping] [ ] )
28
+ output, like Mac OS X ping or [ oping] [ ] )
29
29
* Optional dependency on ` stty ` or ` tput ` to auto-detect the terminal size.
30
30
31
31
Installation
@@ -44,5 +44,9 @@ For people building a `prettyping` package (for any Linux distro or for Mac OS
44
44
X), just install the ` prettyping ` script into ` /usr/bin/ ` , or whatever
45
45
directory is appropriate. No other file is necessary.
46
46
47
+ [ gawk ] : https://www.gnu.org/software/gawk/
48
+ [ mawk ] : https://invisible-island.net/mawk/
49
+ [ nawk ] : https://github.com/onetrueawk/awk
50
+ [ busybox awk ] : https://www.busybox.net/downloads/BusyBox.html#awk
47
51
[ oping ] : http://verplant.org/liboping/
48
52
[ prettyping ] : https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping
0 commit comments