Skip to content

Commit 68327e2

Browse files
committed
updated README.md
1 parent ab0310a commit 68327e2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,19 @@ Environment variables are supported for convenience and also to hide credentials
171171

172172
- Linux:
173173
- `uniq2.go` - like `uniq` but you don't have to sort first and it preserves the ordering
174-
- `diffnet.go` - simplifies diff output to show only lines added/removed, not moved, from patch files or stdin (pipe from standard `diff` or `git diff` commands)
175-
- `httpfirst.go` - returns the first http/https url address argument to respond (fastest multi-threaded reply using go channels). More sophisticated version is `find_active_server.py` in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo which can handle multi-master clusters, tcp sockets, regex etc.
176-
- `pldd.go` - parses `/proc` on Linux to show the runtime `.so` loaded dynamic shared libraries a program pid is using. Runtime equivalent of the classic static `ldd` command and because the system `pldd` command often fails to attach to a process
174+
- `diffnet.go` - simplifies diff output to show only lines added/removed, not moved, from patch files or stdin
175+
(pipe from standard `diff` or `git diff` commands)
176+
- `httpfirst.go` - returns the first http/https url address argument to respond (fastest multi-threaded reply using
177+
go channels). More sophisticated version is `find_active_server.py` in the [DevOps Python tools](https://github.com/HariSekhon/DevOps-Python-tools) repo which can
178+
handle multi-master clusters, tcp sockets, regex etc.
179+
- `pldd.go` - parses `/proc` on Linux to show the runtime `.so` loaded dynamic shared libraries a program pid is
180+
using. Runtime equivalent of the classic static `ldd` command and because the system `pldd` command often fails to
181+
attach to a process
177182
- `colors.go` - prints a table of terminal colors and their escape codes for doing fancy shell stuff
178-
- `welcome.go` - cool spinning welcome message greeting your username and showing last login time and user to put in your shell's `.profile` (there are also Python and Perl versions in my [DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) and [DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-tools) repos)
183+
- `welcome.go` - cool spinning welcome message greeting your username and showing last login time and user to put in
184+
your shell's `.profile` (there are also Python and Perl versions in my
185+
[DevOps Python Tools](https://github.com/HariSekhon/DevOps-Python-tools) and
186+
[DevOps Perl Tools](https://github.com/HariSekhon/DevOps-Perl-tools) repos)
179187

180188
### Detailed Build Instructions
181189

0 commit comments

Comments
 (0)