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:46:19 +0900
- From: "Keith Bawden" <keith@example.com>
- Subject: Re: [tlug] question about shell scripting
- References: <43640.210.168.237.209.1169712799.squirrel@example.com> <f118b8b90701250044r2dce3a99o60acdf05f62bf87b@example.com>
Try this out
for x in `awk -F: '{ print $1 }' /etc/shadow`; do /usr/bin/crontab -l -u $x; done
Sorry I should probably format that a little better
for x in `awk -F: '{ print $1 }' /etc/shadow`; do /usr/bin/crontab -l -u $x; done
Regards, Keith
- References:
- [tlug] question about shell scripting
- From: scott
- Re: [tlug] question about shell scripting
- From: Keith Bawden
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] question about shell scripting
- Next by Date: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- 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