mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
Update README.md
This commit is contained in:
parent
7f8ddc1ce8
commit
067f5f2a94
@ -1654,12 +1654,6 @@ Send command to all panes in tmux:
|
|||||||
Ctrl-B :
|
Ctrl-B :
|
||||||
setw synchronize-panes
|
setw synchronize-panes
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Add line number
|
|
||||||
```bash
|
|
||||||
nl
|
|
||||||
e.g. cat filename|cut -f2|nl
|
|
||||||
```
|
|
||||||
##### Cut the last column
|
##### Cut the last column
|
||||||
```bash
|
```bash
|
||||||
cat filename|rev|cut -f1|rev
|
cat filename|rev|cut -f1|rev
|
||||||
|
Loading…
Reference in New Issue
Block a user