When I run
echo "hello" | at now + 7 minutes
I get the following output -
job 2 at 2016-12-11 05:06
However when I use
bash txt | at now + 7 minutes
It starts executing immediately.
When I run
echo "hello" | at now + 7 minutes
I get the following output -
job 2 at 2016-12-11 05:06
However when I use
bash txt | at now + 7 minutes
It starts executing immediately.