mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
fixing example output for look command
This commit is contained in:
parent
9dbc77ba6e
commit
ab2ecc058d
20
README.md
20
README.md
@ -2571,16 +2571,16 @@ sudo iptables –A INPUT –s <IP> -p tcp –dport 80 –j DROP
|
|||||||
```bash
|
```bash
|
||||||
# If file is not specified, the file /usr/share/dict/words is used.
|
# If file is not specified, the file /usr/share/dict/words is used.
|
||||||
look phy|head -n 10
|
look phy|head -n 10
|
||||||
# Phil
|
# phycic
|
||||||
# Philadelphia
|
# Phyciodes
|
||||||
# Philadelphia's
|
# phycite
|
||||||
# Philby
|
# Phycitidae
|
||||||
# Philby's
|
# phycitol
|
||||||
# Philip
|
# phyco-
|
||||||
# Philippe
|
# phycochrom
|
||||||
# Philippe's
|
# phycochromaceae
|
||||||
# Philippians
|
# phycochromaceous
|
||||||
# Philippine
|
# phycochrome
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Repeat printing string n times (e.g. print 'hello world' five times)
|
##### Repeat printing string n times (e.g. print 'hello world' five times)
|
||||||
|
Loading…
Reference in New Issue
Block a user