[K12OSN] deleting a 1000 users

Chris Hobbs chobbs at silvervalley.k12.ca.us
Wed Jun 9 16:21:16 UTC 2004


jam at mcquil.com wrote:

>But, another way to do it would be:
>
>   cat delstu6.txt | while read x
>   do
>     userdel -r $x
>   done
>  
>

Alternatively (TMTOWTDI):

cat delstu6.txt | xargs -n 1 userdel -r

-- 
Chris Hobbs       Silver Valley Unified School District
Head geek:              Technology Services Coordinator
webmaster:   http://www.silvervalley.k12.ca.us/~chobbs/
postmaster:               chobbs at silvervalley.k12.ca.us
pgp:  http://www.silvervalley.k12.ca.us/~chobbs/key.asc





More information about the K12OSN mailing list