awk command to scan and print
with specific columns.
|
| ; this sign use to terminate.
| |
| | To print.
| | /
| | /
# awk '{$5=$6="" ; print}' /path/of/file
| | |___
| | \
|__| \
/ \
/ \
Columns to exclude, which data replace
with the blank value
made with double quotes.