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
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user