upgrade to the latest version of `at` 'atq`, `atrm` to the local

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question







New contributor




Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    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?










    share|improve this question







    New contributor




    Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      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?










      share|improve this question







      New contributor




      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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






      share|improve this question







      New contributor




      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 10 mins ago









      Sawajiri

      1246




      1246




      New contributor




      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Sawajiri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "",
          contentPolicyHtml: "",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Sawajiri is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          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



































          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.









           

          draft saved


          draft discarded


















          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.













           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay