From ab2ecc058d902c90ccf81c15ae823fccd769356c Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Sun, 8 May 2022 01:38:02 +0800 Subject: [PATCH] fixing example output for look command --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d5c57ed..17d96a7 100644 --- a/README.md +++ b/README.md @@ -2571,16 +2571,16 @@ sudo iptables –A INPUT –s -p tcp –dport 80 –j DROP ```bash # If file is not specified, the file /usr/share/dict/words is used. look phy|head -n 10 -# Phil -# Philadelphia -# Philadelphia's -# Philby -# Philby's -# Philip -# Philippe -# Philippe's -# Philippians -# Philippine +# phycic +# Phyciodes +# phycite +# Phycitidae +# phycitol +# phyco- +# phycochrom +# phycochromaceae +# phycochromaceous +# phycochrome ``` ##### Repeat printing string n times (e.g. print 'hello world' five times)