安装最新版本的 GNU 在?

安装最新版本的 GNU 在?

我将 bash 更新到最新版本并安装了 coreutils,但命令at仍然是旧版本

BSD General Commands Manual
at, batch, atq, atrm -- queue, examine, or delete jobs for later execution
January 13, 2002                            

另外,gat未安装

$ which gat
which: no gat i
$ shtool at
/usr/local/bin/shtool:Error: unknown command `at'
/usr/local/bin/shtool:Hint:  run `/usr/local/bin/shtool -h' for usage

我如何安装最新的 GNU 版本at
我搜索了“bash 源代码命令”或类似内容,但没有返回所需的信息。

我提出这个问题是因为我问了三个关于为命令设置计时器的相同问题,

bash - 在指定时间运行命令 - 智库101 - 一个基于CC版权的问答分享平台

bash - 找到文件并设置自动任务以便稍后使用命令检查 - Thinbug

osx - 安排命令在几分钟后执行 - 智库101 - 一个基于CC版权的问答分享平台

但是,我无法重现所有答案的结果。

我无法重现以下答案:

find / -regex '.*\.pdf$' 2>/dev/null 1>found.md
echo 'export DISPLAY=:0; code found.md' | at now + 10min

echo "code found.md" | at now + 30 minutes

           at −m 0730 tomorrow
           sort < file >outfile
           EOT

从手册页at.1p - Linux 手册页

相关内容