This commit is contained in:
bonnie 2020-07-19 00:02:03 +08:00
parent 4b6247a712
commit 65e0abdff5

View File

@ -676,7 +676,6 @@ awk ' {split( $0, a, "\t" ); asort( a ); for( i = 1; i <= length(a); i++ ) print
awk '{$6 = $4 - prev5; prev5 = $5; print;}' awk '{$6 = $4 - prev5; prev5 = $5; print;}'
``` ```
## Xargs ## Xargs
[[back to top](#handy-bash-one-liners)] [[back to top](#handy-bash-one-liners)]