Hi,
Anyone on here using Charter Telephone VOIP service? I've currently
got Verizon, but the wife hates it because our phone lines get flaky
all the time, esp when it rains.
So I'm thinking to save money and combine all my stuff onto Charter.
I've already got High Speed internet and regular old cable. Not wild
about Digital Cable since I'm happy with Tivo and I don't want yet
another set top box to have to deal with...
So, any horror stories about Charter Phone VOIP quality and service?
Thanks,
John
Nichola Mente from The Linux Foundation asked me to post this event
notification and discount code:
Hello WLUG Members:
LinuxCon 2010 will be held in Boston this Aug 10-12, and we would like
to offer each of you a discount on registration fees as local
community members. Information, schedule and registration can be
found on our website:
http://events.linuxfoundation.org/events/linuxcon
When registering, please use this code to receive a 20% discount:
LCB_UG20
Happy Monday!
Nichola
Two somewhat related questions.
I went to a USB keyboard after my PS keyboard broke. I am running Ubuntu
10.04. How do I get GRUB to recognize the keyboard?
Second, where do I get rid of the broken keyboard? Does Worcester have
an E-Waste recycling center?
Thanks.
Ted
> Chuck Anderson wrote:
> > I neglected to bring up this topic at our last meeting. We usually
> > have a WLUG summer BBQ around July or August, so I'd like to get the
> > planning discussion going now. Are people interested in having a BBQ
> > this year, and if so, would someone be willing to host it? WLUG
> > should enough in the bank to fund the food (Andy can you confirm?), so
> > all we need is a place with a BBQ grill and a time.
> >
> > Comments? Ideas?
I love to BBQ. I don't have a good space for hosting, but can we use one
of the many fine parks in Worcester? Thats the way we rolled in Joisey.
As for my USB Keyboard, the BIOS had a switch to turn on USB Keyboards
and the Mouse (though I never needed the mouse for grub). Thanks for the
help!
Ted
I neglected to bring up this topic at our last meeting. We usually
have a WLUG summer BBQ around July or August, so I'd like to get the
planning discussion going now. Are people interested in having a BBQ
this year, and if so, would someone be willing to host it? WLUG
should enough in the bank to fund the food (Andy can you confirm?), so
all we need is a place with a BBQ grill and a time.
Comments? Ideas?
-Chuck
Hi:
I have a project in which I need to migrate some data stored in VSAM
files to a relational database (mssql). I am wondering if anyone has had
experience with extracting data from a VSAM file to a flat file. If so
what tools would you recommend to make this happen.
tia,
Mike
Anyone know of a hobby/electronics shop where I could get a 232-TTL
dongle, board or kit? Even just a bare MAX232 IC would be cool.
I don't want to have to drive up to you-do-it, that's the only place I
can think of that's left...
Take care,
soup
Hi folks,
Our next WLUG meeting is scheduled to be held on Wednesday, June 9 at
7:00 PM in Morgan Hall at the WPI campus in Worcester, MA USA.
This is an informal open meeting. Anyone who is interested in a
certain topic, feel free to come to the meeting and discuss it. We'll
go out for pizza afterwards.
The meeting room is in WPI's Morgan Hall (building 'H' on the campus
map [1]), down the hallway to the right of the dining hall entrance.
[1] http://www.wpi.edu/Images/CMS/WPI/walkingmap.pdf
I look forward to seeing you there,
Chuck
President, Worcester Linux Users' Group
#!/bin/tcsh
awk -F\| '$3 == "" {print}' < test.txt
109: ./awk.csh
One|two||four|Five|Six
One|two||four|Five|Six
wlug-request(a)mail.wlug.org wrote:
> Send Wlug mailing list submissions to
> wlug(a)mail.wlug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.wlug.org/mailman/listinfo/wlug
> or, via email, send a message with subject or body 'help' to
> wlug-request(a)mail.wlug.org
>
> You can reach the person managing the list at
> wlug-owner(a)mail.wlug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wlug digest..."
>
>
> ------------------------------------------------------------------------
>
> Today's Topics:
>
> 1. Awk Null Field (Gary Hanley)
> 2. Re: Awk Null Field (Jorden M)
> 3. Re: Awk Null Field (Gary Hanley)
> 4. Re: Awk Null Field (Jorden M)
> 5. Re: Awk Null Field (Gary Hanley)
> 6. Re: Awk Null Field (Jorden M)
> 7. Re: Awk Null Field (Theo Van Dinter)
> 8. Re: Awk Null Field (Gary Hanley)
>
>
> ------------------------------------------------------------------------
>
> Subject:
> [Wlug] Awk Null Field
> From:
> Gary Hanley <gary(a)hanley.net>
> Date:
> Tue, 1 Jun 2010 16:00:26 -0400 (EDT)
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> Wow, what's wrong with me? I'm trying to parse a file to eliminate any
> line from the file to the output where a particular field is is null.
> The 8th field in this case.
>
> I can't get it right! I haven't done an awk script in a long time but
> this should be simple stuff.
>
> Basically I'm trying to do:
>
> cat file | awk -F\| '$8 !~ <NULL expression> {print}'
>
> Any help would be appreciated.
>
> Thanks.
>
> -- Gary
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Jorden M <jrm8005(a)gmail.com>
> Date:
> Tue, 1 Jun 2010 16:26:23 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> Just check NF.
>
> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley <gary(a)hanley.net> wrote:
>> Wow, what's wrong with me? I'm trying to parse a file to
>> eliminate any line from the file to the output where a particular
>> field is is null. The 8th field in this case.
>>
>> I can't get it right! I haven't done an awk script in a long time but
>> this should be simple stuff.
>>
>> Basically I'm trying to do:
>>
>> cat file | awk -F\| '$8 !~ <NULL expression> {print}'
>>
>> Any help would be appreciated.
>>
>> Thanks.
>>
>> -- Gary
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Gary Hanley <gary(a)hanley.net>
> Date:
> Tue, 01 Jun 2010 17:08:46 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> Thanks, but that won't help here. Maybe I should have mentioned the
> fields are delimited by "|" and there is more than eight fields per record.
>
> I think this might be more complicated than I assumed. Thanks anyway.
>
> -- Gary
>
> On 06/01/2010 04:26 PM, Jorden M wrote:
>> Just check NF.
>>
>> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>> Wow, what's wrong with me? I'm trying to parse a file to
>>> eliminate any line from the file to the output where a particular
>>> field is is null. The 8th field in this case.
>>>
>>> I can't get it right! I haven't done an awk script in a long time but
>>> this should be simple stuff.
>>>
>>> Basically I'm trying to do:
>>>
>>> cat file | awk -F\| '$8 !~<NULL expression> {print}'
>>>
>>> Any help would be appreciated.
>>>
>>> Thanks.
>>>
>>> -- Gary
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Jorden M <jrm8005(a)gmail.com>
> Date:
> Tue, 1 Jun 2010 17:14:36 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> What will happen if the field is null? Two pipes? Or will there be
> space in between?
>
> On Tue, Jun 1, 2010 at 5:08 PM, Gary Hanley <gary(a)hanley.net> wrote:
>> Thanks, but that won't help here. Maybe I should have mentioned the
>> fields are delimited by "|" and there is more than eight fields per record.
>>
>> I think this might be more complicated than I assumed. Thanks anyway.
>>
>> -- Gary
>>
>> On 06/01/2010 04:26 PM, Jorden M wrote:
>>> Just check NF.
>>>
>>> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>>> Wow, what's wrong with me? I'm trying to parse a file to
>>>> eliminate any line from the file to the output where a particular
>>>> field is is null. The 8th field in this case.
>>>>
>>>> I can't get it right! I haven't done an awk script in a long time but
>>>> this should be simple stuff.
>>>>
>>>> Basically I'm trying to do:
>>>>
>>>> cat file | awk -F\| '$8 !~<NULL expression> {print}'
>>>>
>>>> Any help would be appreciated.
>>>>
>>>> Thanks.
>>>>
>>>> -- Gary
>>>> _______________________________________________
>>>> Wlug mailing list
>>>> Wlug(a)mail.wlug.org
>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Gary Hanley <gary(a)hanley.net>
> Date:
> Tue, 01 Jun 2010 17:22:05 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> There will be a space.
>
> -- Gary
>
> On 06/01/2010 05:14 PM, Jorden M wrote:
>> What will happen if the field is null? Two pipes? Or will there be
>> space in between?
>>
>> On Tue, Jun 1, 2010 at 5:08 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>> Thanks, but that won't help here. Maybe I should have mentioned the
>>> fields are delimited by "|" and there is more than eight fields per
>>> record.
>>>
>>> I think this might be more complicated than I assumed. Thanks anyway.
>>>
>>> -- Gary
>>>
>>> On 06/01/2010 04:26 PM, Jorden M wrote:
>>>> Just check NF.
>>>>
>>>> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>>>> Wow, what's wrong with me? I'm trying to parse a file to
>>>>> eliminate any line from the file to the output where a particular
>>>>> field is is null. The 8th field in this case.
>>>>>
>>>>> I can't get it right! I haven't done an awk script in a long time but
>>>>> this should be simple stuff.
>>>>>
>>>>> Basically I'm trying to do:
>>>>>
>>>>> cat file | awk -F\| '$8 !~<NULL expression> {print}'
>>>>>
>>>>> Any help would be appreciated.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> -- Gary
>>>>> _______________________________________________
>>>>> Wlug mailing list
>>>>> Wlug(a)mail.wlug.org
>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>
>>>> _______________________________________________
>>>> Wlug mailing list
>>>> Wlug(a)mail.wlug.org
>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>
>>>>
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Jorden M <jrm8005(a)gmail.com>
> Date:
> Tue, 1 Jun 2010 17:24:38 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> So match "| |"? Or perhaps "|[ ]?|"?
>
> Or will that not work?
>
> On Tue, Jun 1, 2010 at 5:22 PM, Gary Hanley <gary(a)hanley.net> wrote:
>> There will be a space.
>>
>> -- Gary
>>
>> On 06/01/2010 05:14 PM, Jorden M wrote:
>>> What will happen if the field is null? Two pipes? Or will there be
>>> space in between?
>>>
>>> On Tue, Jun 1, 2010 at 5:08 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>>> Thanks, but that won't help here. Maybe I should have mentioned the
>>>> fields are delimited by "|" and there is more than eight fields per record.
>>>>
>>>> I think this might be more complicated than I assumed. Thanks anyway.
>>>>
>>>> -- Gary
>>>>
>>>> On 06/01/2010 04:26 PM, Jorden M wrote:
>>>>> Just check NF.
>>>>>
>>>>> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>>>>> Wow, what's wrong with me? I'm trying to parse a file to
>>>>>> eliminate any line from the file to the output where a particular
>>>>>> field is is null. The 8th field in this case.
>>>>>>
>>>>>> I can't get it right! I haven't done an awk script in a long time but
>>>>>> this should be simple stuff.
>>>>>>
>>>>>> Basically I'm trying to do:
>>>>>>
>>>>>> cat file | awk -F\| '$8 !~<NULL expression> {print}'
>>>>>>
>>>>>> Any help would be appreciated.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> -- Gary
>>>>>> _______________________________________________
>>>>>> Wlug mailing list
>>>>>> Wlug(a)mail.wlug.org
>>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>>
>>>>> _______________________________________________
>>>>> Wlug mailing list
>>>>> Wlug(a)mail.wlug.org
>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>
>>>>>
>>>> _______________________________________________
>>>> Wlug mailing list
>>>> Wlug(a)mail.wlug.org
>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Theo Van Dinter <felicity(a)kluge.net>
> Date:
> Tue, 1 Jun 2010 17:48:32 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> Unless I'm missing something, you should just be able to do ... awk
> -F\| '$8 {print}'
>
>
> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley <gary(a)hanley.net> wrote:
>> Wow, what's wrong with me? I'm trying to parse a file to
>> eliminate any line from the file to the output where a particular
>> field is is null. The 8th field in this case.
>>
>> I can't get it right! I haven't done an awk script in a long time but
>> this should be simple stuff.
>>
>> Basically I'm trying to do:
>>
>> cat file | awk -F\| '$8 !~ <NULL expression> {print}'
>>
>> Any help would be appreciated.
>>
>> Thanks.
>>
>> -- Gary
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [Wlug] Awk Null Field
> From:
> Gary Hanley <gary(a)hanley.net>
> Date:
> Tue, 01 Jun 2010 17:46:17 -0400
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
> To:
> Worcester Linux Users Group <wlug(a)mail.wlug.org>
>
>
> No, that doesn't work. Here's how I tried it.
>
> My play file. Notice records two and four:
> One|two|three|four|Five|Six
> One|two||four|Five|Six
> One|two|three|four|Five|Six
> One|two||four|Five|Six
> One|two|three|four|Five|Six
> One|two|three|four|Five|Six
>
> Here's the output. Should have returned two records:
> cat file.txt | awk -F\| '$3 = "| |" {print}'
> One two | | four Five Six
> One two | | four Five Six
> One two | | four Five Six
> One two | | four Five Six
> One two | | four Five Six
> One two | | four Five Six
>
> And:
> cat file.txt | awk -F\| '$3 = "|[ ]?|" {print}'
> One two |[ ]?| four Five Six
> One two |[ ]?| four Five Six
> One two |[ ]?| four Five Six
> One two |[ ]?| four Five Six
> One two |[ ]?| four Five Six
> One two |[ ]?| four Five Six
>
> I'm probably have to refresh myself with the regular expression stuff
> and build a script. Not a bad thing I guess. Somehow I just assumed
> checking for a blank field in awk was a no-brainer. Now I'm going to
> have to think. :-\
>
> Thanks Jorden.
>
> -- Gary
>
> On 06/01/2010 05:24 PM, Jorden M wrote:
>> So match "| |"? Or perhaps "|[ ]?|"?
>>
>> Or will that not work?
>>
>> On Tue, Jun 1, 2010 at 5:22 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>> There will be a space.
>>>
>>> -- Gary
>>>
>>> On 06/01/2010 05:14 PM, Jorden M wrote:
>>>> What will happen if the field is null? Two pipes? Or will there be
>>>> space in between?
>>>>
>>>> On Tue, Jun 1, 2010 at 5:08 PM, Gary Hanley<gary(a)hanley.net> wrote:
>>>>> Thanks, but that won't help here. Maybe I should have mentioned the
>>>>> fields are delimited by "|" and there is more than eight fields per
>>>>> record.
>>>>>
>>>>> I think this might be more complicated than I assumed. Thanks anyway.
>>>>>
>>>>> -- Gary
>>>>>
>>>>> On 06/01/2010 04:26 PM, Jorden M wrote:
>>>>>> Just check NF.
>>>>>>
>>>>>> On Tue, Jun 1, 2010 at 4:00 PM, Gary Hanley<gary(a)hanley.net>
>>>>>> wrote:
>>>>>>> Wow, what's wrong with me? I'm trying to parse a file to
>>>>>>> eliminate any line from the file to the output where a particular
>>>>>>> field is is null. The 8th field in this case.
>>>>>>>
>>>>>>> I can't get it right! I haven't done an awk script in a long time
>>>>>>> but
>>>>>>> this should be simple stuff.
>>>>>>>
>>>>>>> Basically I'm trying to do:
>>>>>>>
>>>>>>> cat file | awk -F\| '$8 !~<NULL expression> {print}'
>>>>>>>
>>>>>>> Any help would be appreciated.
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> -- Gary
>>>>>>> _______________________________________________
>>>>>>> Wlug mailing list
>>>>>>> Wlug(a)mail.wlug.org
>>>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>>>
>>>>>> _______________________________________________
>>>>>> Wlug mailing list
>>>>>> Wlug(a)mail.wlug.org
>>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>>
>>>>>>
>>>>> _______________________________________________
>>>>> Wlug mailing list
>>>>> Wlug(a)mail.wlug.org
>>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>>
>>>>
>>>> _______________________________________________
>>>> Wlug mailing list
>>>> Wlug(a)mail.wlug.org
>>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>>
>>>>
>>> _______________________________________________
>>> Wlug mailing list
>>> Wlug(a)mail.wlug.org
>>> http://mail.wlug.org/mailman/listinfo/wlug
>>>
>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
--
Steven Greenberg Email: steve(a)ssgreenberg.name
251 Holland Rd. Phone: (774)241-0095
Fiskdale, Massachusetts 01518-1231 Web: http://www.ssgreenberg.name
Other Email: s.greenberg(a)ieee.org ssg(a)alum.mit.edu