$MAIL  –  Path to a mail file or directory

$MAIL contains the path to a file or a Maildir-format directory. If $MAILPATH is not set, then Bash informs the user when new mail arrived in $MAIL.

Examples

Check $HOME/.inbox for incoming mail every 10 seconds
1
2
3
MAIL=~/".inbox"
MAILCHECK=10
# Now bash will notify you when ~/.inbox changes
BashSupport Pro ist eine Bash IDE mit Unterstützung für $MAILprobieren Sie es aus!
© 2020–2024 Joachim Ansorg
Impressum
Datenschutz
Rechtliches