Since 4/2/2012 5:33:21 AM, bryanlepore has written 10 articles and participated in 14 conversations. bryanlepore signature: bryanlepore
bryanlepore's articles:
Items(10) /1
understanding time format conversions1091 (6/1/2012 2:30:59 AM) comp.lang.awk [ Gnu awk 4.0.0 ]=20
[ Ubuntu 12.04 ]
I have a serious misunderstanding of strftime. The example below attempts s=
ome conversions which fail (giving 31Dec69). Some related time examples wor=
k for me fro... Bryan
ways to put data into arrays746 (2/26/2012 5:39:25 PM) comp.lang.awk I have a list (see below) I think should be stored in arrays. However, it seems it will be easier to simply use NR to record each line instead of trying to get a multidimensional array simulation so that each ... bryanlepore
assigning array variables3861 (2/20/2012 9:05:57 PM) comp.lang.awk [ gnu awk 3.1.7 ] can array variables be assigned without reading input? e.g: array=(A B C D E) for (name in array) .... ... bryanlepore
format of "i" in counter471 (2/20/2012 12:52:59 AM) comp.lang.awk [ gnu awk 3.1.7 ] does "i" have a "format" per se, e.g. in a counter or while loop? reason I ask : I have a while counter (example below) where I would like to use the value of "i" but in %02d format. this is... B
getting fields of FILENAME472 (4/13/2011 6:48:52 PM) comp.lang.awk I am looking for some ideas on how to set a variable to be one field in FILENAME. I'd like to do it within awk i.e. not piping to the shell. i.e. in a GNU toolchain the equivalent of: echo "one_two_three.da... B
postscript terminal : no overline1322 (3/1/2011 8:23:34 PM) comp.graphics.apps.gnuplot i gather that an overline is not possible with the postscript
terminal.
e.g. in LaTeX, $\overline{x}$ gives you "xbar". ps_guide.ps doesn't
have this listed.
-Bryan
... bryan
alpine : cannot read text048 (10/13/2010 7:37:50 PM) comp.mail.pine [ alpine 2.00 (DEB 1167 2008-08-23) ] i get emails occasionally (sent by mutt in fact) where i can read everything but the "body" of the email, i.e. the actual message part. i am having trouble isolating why t... bryan
using getline, close in BEGIN2139 (7/4/2008 8:02:07 PM) comp.lang.awk using awk 20040207 my understanding is that close(getline) resets awk to read an input file again (as in `awk -F mydatafile.dat`) but my results are at odds with that. i want FILENAME in my output (stdout) he... salmonrushdee
bryanlepore's replies:
Items(4) /1
format of "i" in counter471 (2/20/2012 12:52:59 AM) comp.lang.awk [ gnu awk 3.1.7 ] does "i" have a "format" per se, e.g. in a counter or while loop? reason I ask : I have a while counter (example below) where I would like to use the value of "i" but in %02d format. this is... bryanlepore(24)
assigning array variables3861 (2/20/2012 9:05:57 PM) comp.lang.awk [ gnu awk 3.1.7 ] can array variables be assigned without reading input? e.g: array=(A B C D E) for (name in array) .... ... bryanlepore(24)
ways to put data into arrays746 (2/26/2012 5:39:25 PM) comp.lang.awk I have a list (see below) I think should be stored in arrays. However, it seems it will be easier to simply use NR to record each line instead of trying to get a multidimensional array simulation so that each ... bryanlepore(24)
understanding time format conversions1091 (6/1/2012 2:30:59 AM) comp.lang.awk [ Gnu awk 4.0.0 ]=20
[ Ubuntu 12.04 ]
I have a serious misunderstanding of strftime. The example below attempts s=
ome conversions which fail (giving 31Dec69). Some related time examples wor=
k for me fro... bryanlepore(24)