AT Commands Cheat Sheet

Here is a cli commands cheat sheet for AT command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is AT command?

Add some data here

        # To schedule a one time task
at {time}
{command 0}
{command 1}
Ctrl-d

# {time} can be either
now | midnight | noon | teatime (4pm)
HH:MM
now + N {minutes | hours | days | weeks}
MM/DD/YY

# To list pending jobs
atq

# To remove a job (use id from atq)
atrm {id}
    

Check out the AT command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list