10001110100110101

Sun Mon Tue Wed Thu Fri Sat
9 10* 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 [26]* 27 28 29
30 31 1 2 3 4 5
6 7 8 9 10 11 12

[2:13 PM EST - Debugging away.]

Argh, bugs are annoying. The software kind that is.

So I've got a lot on my plate for the week. There's all that car stuff, and then there's the patrol stuff, fund raising stuff, money saving stuff, and money making stuff. Man, I'm hungry now.

Wednesday, March 26, 2003 at 21:48:12 (UTC)

i need unix help!

i have a seemingly simple task i want to do on unix. I have several files, the names of which represent group names. Each file contains a list of the names of everybody in that group. All I want to do is output a list with everybody's name in one column and the group they belong to in the second column.

How can I do this with a shell script? Any ideas would be mucho appreciated! I am attempting to use a combination of cat, ls, and awk in my script but i can't figure out a way of doing it. temporary files are ok. go ahead and use grep or sed or anything you can use on unix! but no perl.

girl

Monday, March 31, 2003 at 05:24:24 (UTC)

Use awk to get the names out with the current and just pop it to a file. Something like { print FILENAME $1 }

A Concerned Citizen

Monday, March 31, 2003 at 05:25:43 (UTC)

{print FILENAME $0 } would be better for your case.

A Concerned Citizen

Monday, March 31, 2003 at 18:05:11 (UTC)

hey that FILENAME option is really handy.. i should have read the man page! thanks CC

girl

Wednesday, October 16, 2024 @ 08:22:45 EDT

« List of pages on this site:

« List of recent entries:

« List of recent comments:

« List of recent links:

« List of random quotes:

"The opposite of the religious fanatic is not the fanatical atheist but the gentle cynic who cares not whether there is a god or not."

Eric Hoffer (From The Quotations Page.)