mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
Update README.md
This commit is contained in:
parent
b754d30235
commit
2e0006ed3f
@ -340,7 +340,7 @@ awk -v OFS='\t'
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
a=bbo;b=obb;
|
a=bbo;b=obb;
|
||||||
awk -v a="$a" -v b="$b" "$1==a && $10=b' filename
|
awk -v a="$a" -v b="$b" "$1==a && $10=b" filename
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Print line number and number of characters on each line
|
##### Print line number and number of characters on each line
|
||||||
|
Loading…
Reference in New Issue
Block a user