You are not logged in.
Pages: 1
Hi all,
just a question : in which package can i find the at command which allow to execute actions at a defined time ?
Thanks for helping
Offline
pacman -S at
Offline
wtf ??? I tried it yesterday and there was no result oO
Offline
[shbang@doit-l52120 ~]# sudo pacman -S at
Targets: at-3.1.8_11-1
Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n] y
:: Retrieving packages from current...
at-3.1.8_11-1 [###############################################################################################################################] 100% 27K 41.4K/s 00:00:00
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing at... done.
Offline
make sure you run "pacman -Sy" first, to refresh you package database.
Offline
Out of curiosity, why would you want to use at when you can use cron?
Just wondering...
Joe
Offline
at or cron - why use at ?
for myself i tend to use cron for regular repeated tasks, and at for a one off job from the command line / stdin.
ie Why use a shopping list for a one off purchase?
Offline
Pages: 1