Running Pwd Command by Using at - at Doesn't Do Anything

I'm trying to learn how to use the at command and to do that I tried to run the pwd command, but it seems that nothing happens:

How can I run a command like pwd by using at?

6

1 Answer

Output is not made in your current terminal window. You need to send it somewhere. For example to a log file, via Email, ...

pwd >> pwd.log

Then you can check the output:

cat pwd.log
#or
tail -f pwd.log
1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Sophia Al-Mansoor

Sophia Al-Mansoor

Global Business & E-Commerce Reporter

Sophia analyzes international trade, startup ecosystems, retail transformation, and supply chain logistics for modern digital publications.

Share this article
Twitter Facebook Pinterest