NWD(8) OpenBSD System Manager's Manual NWD(8)
NAME
nwd - prints date of next weekday
SYNOPSIS
nwd [-w weekday] [-l language]
DESCRIPTION
nwd calculates the date of the next coming weekday and prints it on the
standard output.
OPTIONS
-w weekday
Sets the weekday you want to get the date from. The valid weekday
is defined by 0-6 (Sunday - Saturday).
-l language
Specifies the language to print out the date (default is en-
glish):
-l german German language output.
EXAMPLES
$ nwd -w 4 -l german
Prints the date of next Thursday in German.
$ nwd -w 0
Prints the date of next Sunday in English.
BUGS
Please report all bugs to the authors e-mail.
AUTHORS
Marcus Glocker marcus@nazgul.ch
OpenBSD 3.4 Aug 22, 2003 1