mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
Update README.md
This commit is contained in:
parent
8c8cd951eb
commit
969b95c4bf
1 changed files with 3 additions and 1 deletions
|
@ -1286,7 +1286,9 @@ head -c 50 file
|
|||
3. evince filename.pdf
|
||||
```
|
||||
#####group/combine rows into one row
|
||||
|
||||
e.g.
|
||||
|
||||
AAAA
|
||||
BBBB
|
||||
CCCC
|
||||
|
@ -1295,7 +1297,7 @@ DDDD
|
|||
cat filename|paste - -
|
||||
-->
|
||||
AAAABBBB
|
||||
CCCDDDD
|
||||
CCCCDDDD
|
||||
cat filename|paste - - - -
|
||||
AAAABBBBCCCCDDDD
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue