upgrade to the latest version of `at` 'atq`, `atrm` to the local
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am working on a Centos server and schedule a task with command 'at'
[~]# echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 2 at Wed Oct 31 13:52:00 2018
One minute later,
[root@iz2ze9wve43n2nyuvmsfx5z ~]# ls | grep a_long_file_name_file.tx
a_long_file_name_file.txt
the file was successful created.
However, if I run it locally on my Macos,
$ echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 31 at Wed Oct 31 13:58:00 2018
Minutes later, if it failed to make such a file.
I checked the version of at
from the server
AUTHOR:
At was mostly written by Thomas Koenig, ig25@rz.uni-karlsruhe.de.
2009-11-14
In contrast, the local version
AUTHORS
At was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. The time parsing routines are
by
David Parsons <orc@pell.chi.il.us>, with minor enhancements by
Joe Halpin <joe.halpin@attbi.com>.
BSD January 13, 2002
I found that at
, atq
, atrm
are not of GNU coreutils.
$ ls /usr/local/opt/coreutils/libexec/gnubin/ | grep at
cat
date
pathchk
realpath
stat
truncate
How could I install the lastest version of `at' to the local?
centos osx at
New contributor
add a comment |Â
up vote
0
down vote
favorite
I am working on a Centos server and schedule a task with command 'at'
[~]# echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 2 at Wed Oct 31 13:52:00 2018
One minute later,
[root@iz2ze9wve43n2nyuvmsfx5z ~]# ls | grep a_long_file_name_file.tx
a_long_file_name_file.txt
the file was successful created.
However, if I run it locally on my Macos,
$ echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 31 at Wed Oct 31 13:58:00 2018
Minutes later, if it failed to make such a file.
I checked the version of at
from the server
AUTHOR:
At was mostly written by Thomas Koenig, ig25@rz.uni-karlsruhe.de.
2009-11-14
In contrast, the local version
AUTHORS
At was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. The time parsing routines are
by
David Parsons <orc@pell.chi.il.us>, with minor enhancements by
Joe Halpin <joe.halpin@attbi.com>.
BSD January 13, 2002
I found that at
, atq
, atrm
are not of GNU coreutils.
$ ls /usr/local/opt/coreutils/libexec/gnubin/ | grep at
cat
date
pathchk
realpath
stat
truncate
How could I install the lastest version of `at' to the local?
centos osx at
New contributor
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am working on a Centos server and schedule a task with command 'at'
[~]# echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 2 at Wed Oct 31 13:52:00 2018
One minute later,
[root@iz2ze9wve43n2nyuvmsfx5z ~]# ls | grep a_long_file_name_file.tx
a_long_file_name_file.txt
the file was successful created.
However, if I run it locally on my Macos,
$ echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 31 at Wed Oct 31 13:58:00 2018
Minutes later, if it failed to make such a file.
I checked the version of at
from the server
AUTHOR:
At was mostly written by Thomas Koenig, ig25@rz.uni-karlsruhe.de.
2009-11-14
In contrast, the local version
AUTHORS
At was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. The time parsing routines are
by
David Parsons <orc@pell.chi.il.us>, with minor enhancements by
Joe Halpin <joe.halpin@attbi.com>.
BSD January 13, 2002
I found that at
, atq
, atrm
are not of GNU coreutils.
$ ls /usr/local/opt/coreutils/libexec/gnubin/ | grep at
cat
date
pathchk
realpath
stat
truncate
How could I install the lastest version of `at' to the local?
centos osx at
New contributor
I am working on a Centos server and schedule a task with command 'at'
[~]# echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 2 at Wed Oct 31 13:52:00 2018
One minute later,
[root@iz2ze9wve43n2nyuvmsfx5z ~]# ls | grep a_long_file_name_file.tx
a_long_file_name_file.txt
the file was successful created.
However, if I run it locally on my Macos,
$ echo "touch a_long_file_name_file.txt" | at now + 1 minute
job 31 at Wed Oct 31 13:58:00 2018
Minutes later, if it failed to make such a file.
I checked the version of at
from the server
AUTHOR:
At was mostly written by Thomas Koenig, ig25@rz.uni-karlsruhe.de.
2009-11-14
In contrast, the local version
AUTHORS
At was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. The time parsing routines are
by
David Parsons <orc@pell.chi.il.us>, with minor enhancements by
Joe Halpin <joe.halpin@attbi.com>.
BSD January 13, 2002
I found that at
, atq
, atrm
are not of GNU coreutils.
$ ls /usr/local/opt/coreutils/libexec/gnubin/ | grep at
cat
date
pathchk
realpath
stat
truncate
How could I install the lastest version of `at' to the local?
centos osx at
centos osx at
New contributor
New contributor
New contributor
asked 10 mins ago
Sawajiri
1246
1246
New contributor
New contributor
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sawajiri is a new contributor. Be nice, and check out our Code of Conduct.
Sawajiri is a new contributor. Be nice, and check out our Code of Conduct.
Sawajiri is a new contributor. Be nice, and check out our Code of Conduct.
Sawajiri is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478823%2fupgrade-to-the-latest-version-of-at-atq-atrm-to-the-local%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password