Update README.md

This commit is contained in:
onceupon 2017-09-15 10:55:22 +08:00 committed by GitHub
parent b754d30235
commit 2e0006ed3f

View file

@ -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