at
Verified for current stable LTS
At Command: Execute Command From Stdin At Specific Time
An engineer would use the command 'echo "{{command}}" | at 1000' to schedule a specific task to execute at 10:00 AM, ensuring that the command is automatically run without manual intervention at that precise time. Exact CLI syntax to execute command from stdin at specific time using At.
When to use this: An engineer would use the command 'echo "{{command}}" | at 1000' to schedule a specific task to execute at 10:00 AM, ensuring that the command is automatically run without manual intervention at that precise time.
Command Syntax
echo "<command>" | at 1000 echo "<command>" | at 1000 Command Breakdown
echo is the base executable for this command.
FAQ
Purpose: Exact syntax to execute command from stdin at specific time using At.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
At Command: List All Queued Jobs For Current User
at -l At Command: Create Command Interactively And Execute In 5 Minutes at now + 5 minutes At Command: Create Command Interactively And Execute At Specific Time at {hh:mm} At Command: Execute Commands From File Next Tuesday at -f <path/to/file> 9:30 PM Tue At Command: View Specified Job at -c <job_number>