Linux command
remind 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show reminders
remind [~/.reminders]
Show calendar
remind -c [~/.reminders]
Show next N days
remind -c+[7] [~/.reminders]
Run daemon
remind -z [~/.reminders]
Simple calendar
remind -s [~/.reminders]
说明
Remind is a sophisticated calendar and reminder program. It uses a scripting language for complex recurring events, with support for calendar output and daemon mode.
参数
- -c _+n_
- Calendar mode (n days ahead).
- -s
- Simple calendar.
- -z
- Daemon mode.
- -q
- Quiet mode.
- -n
- Next occurrence only.
- @ _time_
- Trigger at time.
FAQ
What is the remind command used for?
Remind is a sophisticated calendar and reminder program. It uses a scripting language for complex recurring events, with support for calendar output and daemon mode.
How do I run a basic remind example?
Run `remind [~/.reminders]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c _+n_ do in remind?
Calendar mode (n days ahead).