[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unidentified subject!



>From: dani@cyber.ro
>To: debian-user@lists.debian.org
>Subject: homedir listing and adding domain..

>My problem: i have a homedir for around 800 users.I need to get all of
>them in a text file,each one on each line,with @domain.com after
>their username.. something like

>dscfde@domain.com
>3424.324r2@domain.com
>4fdr3r@domain.com
..

>how can i do that,with sed,or..
>thanks
>Dani.


#try for i in `ls`;do echo $i@`hostname` >> fileyouwant;done
#cat fileyouwant

really using Debian woody 


=====
Shawn Lamson
Debian/GNU Linux Woody
Kernel 2.2.19pre17
XFree86 Version 4.1.0.1 / X Window System
Jesus Loves You!

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com



Reply to: