Re: OT: a problem about text manipulation
- From: Yakov Hrebtov <hrebtov@xxxxxxxxx>
- Date: Tue, 31 Oct 2006 16:18:31 +0500
Paul Smith wrote:
I am looking for an automatic way of transforming my text file intoYou may try this:
another one with the format
cat ./test.txt | awk '{print $1" "$2; print $1" "$3; print $1" "$4}' | grep -v ' $'
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: OT: a problem about text manipulation
- From: Hirofumi Saito
- Re: OT: a problem about text manipulation
- From: Paul Smith
- Re: OT: a problem about text manipulation
- References:
- OT: a problem about text manipulation
- From: Paul Smith
- OT: a problem about text manipulation
- Prev by Date: Re: OT: a problem about text manipulation
- Next by Date: Problem with fetchmail + ssl
- Previous by thread: Re: OT: a problem about text manipulation
- Next by thread: Re: OT: a problem about text manipulation
- Index(es):