Anthony Rumble wrote: > > On 1 Jun 2000, Herbert Xu wrote: > > > Simon Bryan <[EMAIL PROTECTED]> wrote: > > > I have a file of: > > > username:password > > > > > I want to be able to regularly generate a file from this of just the usernames, > > > > cut -d : -f 1 > > Proving yet again.. theres always at least 15 ways of skining a cat on > Unix :) Yep... $ cat input | sed -e 's/:.*//' > output Matthew -- SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au To unsubscribe send email to [EMAIL PROTECTED] with unsubscribe in the text
- [SLUG] Script needed Simon Bryan
- Re: [SLUG] Script needed Herbert Xu
- Re: [SLUG] Script needed Doug Balmer
- Re: [SLUG] Script needed Rick Welykochy
- Re: [SLUG] Script needed Anthony Rumble
- Re: [SLUG] Script needed Matthew Dalton
- Re: [SLUG] Script needed Herbert Xu
- Re: [SLUG] Script needed James Morris
- Re: [SLUG] Script needed DaZZa
- Re: [SLUG] Script needed CaT
- Re: [SLUG] Script needed Jobst Schmalenbach
- Re: [SLUG] Script needed Adam Kennedy
- Re: [SLUG] Script needed Tony Cook
- Re: [SLUG] Script needed James Wilkinson
- Re: [SLUG] Script needed Aussie
- Re: [SLUG] Script needed Rodos
