about at command

abdossamad2003

New Member
Joined
May 10, 2021
Messages
7
Reaction score
0
Credits
65
I want a file to be executed at a certain time with a at command and its output to be placed in another file. What command code should I write?
Code:
at -f file >log 22:00
this is wrong code
 


Actually, I'm slaughtering this attempt to help you lol.

You can do this...
Code:
echo "script_or_command > output.log" | at 22:00
 

Members online


Latest posts

Top