Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
at
Execute command at specified time
Syntax
at [OPTION]... TIME | atq | atrmCommon Options
-f FILERead commands from file-mSend mail on completion-lList pending jobs (same as atq)-d NDelete job (same as atrm)-c NShow job content-q QUEUESpecify queue-vShow job execution timenow + N minutesExecute in N minutesCommon Examples
echo "backup.sh" | at 3:00 AMRun backup at 3 AM
at now + 5 minutesExecute in 5 minutes
at -f script.sh 10:00 PMRead from file, run at 10 PM
atqList pending jobs
atrm 3Delete job 3
at -c 5View job 5 content
echo "reboot" | at now + 1 hourReboot in 1 hour
at teatimeExecute at teatime (4 PM)
Related Tools
More Code & Dev Tools
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Color Extractor
Extract colors from images online. Get dominant colors and c...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Port Checker
Check if a port is open online. Test port availability and c...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Code Formatter
Format and beautify code online. Support multiple languages ...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...