Concept Flow - at command for one-time jobs
User types 'at' with time
System waits for commands
User enters commands
User signals end (Ctrl+D)
System schedules job
Job runs at scheduled time
Job output sent to user (optional)
The 'at' command schedules commands to run once at a specified future time. User inputs commands, ends input, then system runs them later.