mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
Update README.md
This commit is contained in:
parent
b754d30235
commit
2e0006ed3f
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ awk -v OFS='\t'
|
|||
|
||||
```bash
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue