Always use gawk for get_cols
This commit is contained in:
parent
e9d919ffd6
commit
d6eaf7ca02
@ -107,7 +107,7 @@ function get_cols() {
|
||||
esac
|
||||
done
|
||||
shift $((OPTIND-1))
|
||||
awk -f "$HOME/.lib/get_cols.awk" -v "cols=$*" -v "FS=$FS"
|
||||
gawk -f "$HOME/.lib/get_cols.awk" -v "cols=$*" -v "FS=$FS"
|
||||
}
|
||||
|
||||
function filter_by_column_value {
|
||||
|
Loading…
Reference in New Issue
Block a user