这有效:
$ echo "notify-send HELLO" | 现在
这不会:
$ at now < echo "notify-send HELLO"
它说“找不到文件或目录”。
我知道-f这个命令有一个选项,我可以用它提供要在给定时刻执行的文件。
-f
所以这让我开始思考......一般来说,我怎么知道重定向运算符为哪个参数提供值?
command-line bash
bash ×1
command-line ×1