Home | History | Annotate | Download | only in docs

Lines Matching refs:month

76 # until we find a month.  This cannot work with files whose owner is a
78 # will be owned by a user whose name is a month. So we first look at
85 # Find which argument is the month.
86 month=
88 until test $month
94 Jan) month=January; nummonth=1;;
95 Feb) month=February; nummonth=2;;
96 Mar) month=March; nummonth=3;;
97 Apr) month=April; nummonth=4;;
98 May) month=May; nummonth=5;;
99 Jun) month=June; nummonth=6;;
100 Jul) month=July; nummonth=7;;
101 Aug) month=August; nummonth=8;;
102 Sep) month=September; nummonth=9;;
103 Oct) month=October; nummonth=10;;
104 Nov) month=November; nummonth=11;;
105 Dec) month=December; nummonth=12;;
115 # Get the month. Next argument is day, followed by the year or time.
117 Jan) month=January; nummonth=1;;
118 Feb) month=February; nummonth=2;;
119 Mar) month=March; nummonth=3;;
120 Apr) month=April; nummonth=4;;
121 May) month=May; nummonth=5;;
122 Jun) month=June; nummonth=6;;
123 Jul) month=July; nummonth=7;;
124 Aug) month=August; nummonth=8;;
125 Sep) month=September; nummonth=9;;
126 Oct) month=October; nummonth=10;;
127 Nov) month=November; nummonth=11;;
128 Dec) month=December; nummonth=12;;
151 # For the first six month of the year the time notation can also
161 echo $day $month $year