view bin/acut @ 262:f511788e4a9d

works with big (ks_0-9.60.cdb) cdb file
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 27 Jan 2025 21:19:18 +0000
parents 75e0d0013da0
children
line wrap: on
line source

#!/bin/bash
# Use awk to do cut -d whitespace
declare ff=("$@")
join_array() { local IFS=\$; echo "$*"; }
s=$(join_array "${ff[@]}")
awk '{print '\$${s/\$/,\$}\}