Re: printing to motd

2001-01-27 Thread sena
On 27/01/2001 at 10:34 -0500, RAccess wrote: > edit /etc/motd. Now next up, I have to clean up the output from 'quota'. > Something along the lines of: > > You have used 40.2Mb of your quota of 500Mb (hard limit: 510Mb) > I don't use quotas, so I don't know if this is correct: #!/bin/sh set `quo

Re: printing to motd

2001-01-27 Thread RAccess
On Fri, 26 Jan 2001, John Galt wrote: > > echo `quota -v` `/usr/games/fortune` >> /etc/motd > > > On Sat, 27 Jan 2001, RAccess wrote: > > > > >Hello. I would like know how I can print quota information into the motd > >for every user. Since we are talking about appending to motd, how can > >fortun

Re: printing to motd

2001-01-27 Thread John Galt
echo `quota -v` `/usr/games/fortune` >> /etc/motd On Sat, 27 Jan 2001, RAccess wrote: > >Hello. I would like know how I can print quota information into the motd >for every user. Since we are talking about appending to motd, how can >fortune be appended as well? They should both work along the

Re: printing to motd

2001-01-27 Thread sena
On 27/01/2001 at 00:58 -0500, RAccess wrote: > Hello. I would like know how I can print quota information into the motd > for every user. Since we are talking about appending to motd, how can > fortune be appended as well? They should both work along the same lines, > just quota system would be har