Sujet : Re: Bubblesort/Quicksort in AWK
De : mortonspam (at) *nospam* gmail.com (Ed Morton)
Groupes : comp.lang.awkDate : 26. Aug 2024, 12:28:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vahot6$2eavu$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 8/23/2024 2:03 PM, Mike Sanders wrote:
<snip>
# awk -f sort.awk -v COLUMN=2 -v ORDER=0 < old.csv > new.csv
Don't use all upper-case variable names so they can't clash with builtin variables now or in future and so it doesn't look like you're using builtin variables and so obfuscate your code.
Ed.