Intro and a few questions
Jeffrey F. Bloss
jbloss at tampabay.rr.com
Thu Dec 28 23:04:36 UTC 2006
Jeffrey F. Bloss wrote:
Addendum:
I just realized that I forgot to tell you if you use 'cron' or 'at' the
output of whatever command you invoke will be mailed to you. This can
get quite large for something like mplayer that updates the screen like
it does. To fix this add '>/dev/null 2>&1' to then end of your
commands. Like this...
user at host$ at 4:30 AM
> mplayer /path/to/some/music/file/my.mp3 >/dev/null 2>&1
> <EOT>
And this for "cron.txt"...
30 4 * * 1-5 /command/to/exexute >/dev/null 2>&1
Also, I stumbled across this...
http://www.linuxlinks.com/Software/ProductivityTools/Timers/index.shtml
The top entry looks interesting. :)
> Chris Gilland wrote:
>
> > 3. My last question is, is there any program that will allow me to
<pruned>
--
_?_ Outside of a dog, a book is a man's best friend.
(o o) Inside of a dog, it's too dark to read.
-oOO-(_)--OOo-------------------------------[ Groucho Marx ]--
grok! Registered Linux user #402208
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 892 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20061228/46a4632c/attachment.sig>
More information about the ubuntu-users
mailing list