From 6534752694c2cee24460b4ffdbfd727fae4aa0b5 Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Sun, 21 Jun 2015 00:31:43 -0700 Subject: [PATCH] remove a duplicator `for` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edad6fd..39bef86 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Notes: - Use `nohup` or `disown` if you want a background process to keep running forever. -- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for for UDP). +- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP). - See also `lsof` for open sockets and files.