I was trying to run a command with at, but with no success…
I guess that at is primary designed to run shell scripts…. BUT if want to run system command?
echo "ls -la" | at now + 1 minutes
It will run the ls -la from now plus one minute đŸ™‚
I was trying to run a command with at, but with no success…
I guess that at is primary designed to run shell scripts…. BUT if want to run system command?
echo "ls -la" | at now + 1 minutes
It will run the ls -la from now plus one minute đŸ™‚