Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] question about shell scripting
- Date: Thu, 25 Jan 2007 17:44:20 +0900
- From: "Keith Bawden" <keith@example.com>
- Subject: Re: [tlug] question about shell scripting
- References: <43640.210.168.237.209.1169712799.squirrel@example.com>
#!/bin/bash for x in `awk -F: '{ print $1 }' /etc/shadow`; /usr/bin/crontab -l -u $x; done
Try this out
for x in `awk -F: '{ print $1 }' /etc/shadow`; do /usr/bin/crontab -l -u $x; done
Regards, Keith
- Follow-Ups:
- Re: [tlug] question about shell scripting
- From: Keith Bawden
- References:
- [tlug] question about shell scripting
- From: scott
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] question about shell scripting
- Next by Date: Re: [tlug] question about shell scripting
- Previous by thread: Re: [tlug] question about shell scripting
- Next by thread: Re: [tlug] question about shell scripting
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links