Linux command
pine 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Pine mail client
pine
Compose a message to a specific address
pine [user@example.com]
Open a specific folder instead of INBOX
pine -f [folder]
Start in the folder index instead of the main menu
pine -i
Output a fresh configuration to a file
pine -conf > [pinerc.new]
说明
pine (Program for Internet News and Email) is a character-based email and news client. Developed at University of Washington, it was widely used for its user-friendly interface.
参数
- -f _folder_
- Open folder instead of INBOX.
- -i
- Start in the folder index screen instead of the main menu.
- -I _keystrokes_
- Execute comma-separated initial keystrokes on startup (e.g., CR, SPACE, ^C).
- -conf
- Output a fresh pinerc configuration to stdout.
- -p _file_
- Use file as the personal configuration file instead of ~/.pinerc.
- -P _file_
- Use file as the system-wide configuration file instead of /usr/local/lib/pine.conf.
- -r
- Open first folder in read-only mode.
- -attach _file_
- Send mail with file as an attachment.
- -d _level_
- Set debug level (0-9) for diagnostic output.
- -h
- Display help listing valid command-line options.
FAQ
What is the pine command used for?
pine (Program for Internet News and Email) is a character-based email and news client. Developed at University of Washington, it was widely used for its user-friendly interface.
How do I run a basic pine example?
Run `pine` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f _folder_ do in pine?
Open folder instead of INBOX.