Home
Press ? for keyboard navigation
❮
date
exit and exit code
❯
First day of the month
examples/linux/first_day.sh
#!/bin/bash
if
[
$(
date
+%d
)
=
"01"
]
then
echo
"hit"
else
echo
"nope"
fi
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)