Count Number of Columns in TPC-H table-file (or any pipe seperated file
-
$ head -n1 nation.tbl | sed 's/\(.\)/\1\n/g' | sort | uniq -c | grep \| |
awk '{ print $1 }'
- View this command to comment, vote or add to favourites ...
9 hours ago




0 comments:
Post a Comment