Search Results

Search: Posts Made By: treesloth
8,483
Posted By treesloth
Yoda, I always love your awk replies. They're...
Yoda, I always love your awk replies. They're very economical and clever with the concepts of awk. Thanks.
8,023
Posted By treesloth
woot! # mawk -W version mawk 1.3.4...
woot!

# mawk -W version
mawk 1.3.4 20131226
Copyright 2013, Thomas E. Dickey
Copyright 1996, Michael D. Brennan

internal regex
compiled limits:
max NF 32767
sprintf buffer ...
4,746
Posted By treesloth
I'm not exactly sure what would cause syntax...
I'm not exactly sure what would cause syntax errors in this script, but let's start with these:

1) All of the lines in the error use double quotes. Sometimes copying and pasting from a web page...
19,886
Posted By treesloth
I'm afraid I really don't know much about your...
I'm afraid I really don't know much about your distro, so I'll leave that to people that actually know what they're talking about. Setting (or un-setting) a bit, however, goes like this:

# chmod...
4,746
Posted By treesloth
In that case, something like this may work: ...
In that case, something like this may work:

#! /usr/bin/awk -f

BEGIN {
while ("cat file2" | getline)
{
currency[$1] = $NF
}
...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 11:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy