File tree Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Expand file tree Collapse file tree 6 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env ksh
2
2
# datediff.sh - Calculate time ranges between dates
3
- # v0.25.1 dec/2024 mountaineerbr GPLv3+
3
+ # v0.25.2 dec/2024 mountaineerbr GPLv3+
4
4
[[ -n $BASH_VERSION ]] && shopt -s extglob # bash2.05b+/ksh93u+/zsh5+
5
5
[[ -n $ZSH_VERSION ]] && setopt NO_SH_GLOB KSH_GLOB KSH_ARRAYS SH_WORD_SPLIT GLOB_SUBST
6
6
@@ -242,7 +242,7 @@ OPTIONS
242
242
-f FMT Input time format string (only with BSD \` date').
243
243
-R Print human time in RFC-5322 format (verbose).
244
244
-r, -@ Input DATES are UNIX times.
245
- -tt Table layout display of single unit intervals.
245
+ -tt Table display of single unit intervals.
246
246
-u Set or print UTC time instead of local time.
247
247
-vvv Verbose level, change print layout of functions."
248
248
Original file line number Diff line number Diff line change 2
2
author :
3
3
- Jamil Soni N
4
4
date : December 2024
5
- title : DATEDIFF.SH(1) v0.25.1 \| General Commands Manual
5
+ title : DATEDIFF.SH(1) v0.25.2 \| General Commands Manual
6
6
---
7
7
8
8
# NAME
@@ -290,7 +290,7 @@ Print human time in RFC-5322 format (verbose).
290
290
Input DATES are UNIX timestamps.
291
291
292
292
** -t** , ** -tt**
293
- Table view and layouts of single unit intervals (such as ` -vtt ` ).
293
+ Table display of single unit intervals (such as ` -vtt ` ).
294
294
295
295
** -u**
296
296
Set or print in UTC times instead of local times. This affects how
Original file line number Diff line number Diff line change 1
1
.\" Automatically generated by Pandoc 3.1.11.1
2
2
.\"
3
- .TH "DATEDIFF.SH" "1" "December 2024" "v0.25.1 " "General Commands Manual"
3
+ .TH "DATEDIFF.SH" "1" "December 2024" "v0.25.2 " "General Commands Manual"
4
4
.SH NAME
5
5
.PP
6
6
\ \ \ \f[B] datediff.sh \f[ R ] \- Calculate time ranges / intervals between
@@ -406,8 +406,7 @@ Print human time in RFC\-5322 format (verbose).
406
406
Input DATES are UNIX timestamps.
407
407
.TP
408
408
\f[B] \- t \f[ R ] , \f[B] \- tt \f[ R ]
409
- Table view and layouts of single unit intervals (such as
410
- \f[CR] \- vtt \f[ R ] ).
409
+ Table display of single unit intervals (such as \f[CR] \- vtt \f[ R ] ).
411
410
.TP
412
411
\f[B] \- u \f[ R ]
413
412
Set or print in UTC times instead of local times.
Original file line number Diff line number Diff line change 1
- % DATEDIFF.SH(1) v0.25.1 | General Commands Manual
1
+ % DATEDIFF.SH(1) v0.25.2 | General Commands Manual
2
2
% Jamil Soni N
3
3
% December 2024
4
4
@@ -321,7 +321,7 @@ optionally required.
321
321
322
322
** -t** , ** -tt**
323
323
324
- : Table view and layouts of single unit intervals (such as ` -vtt ` ).
324
+ : Table display of single unit intervals (such as ` -vtt ` ).
325
325
326
326
** -u**
327
327
Original file line number Diff line number Diff line change 5
5
< meta name ="generator " content ="pandoc " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=yes " />
7
7
< meta name ="author " content ="Jamil Soni N " />
8
- < title > DATEDIFF.SH(1) v0.25.1 | General Commands Manual</ title >
8
+ < title > DATEDIFF.SH(1) v0.25.2 | General Commands Manual</ title >
9
9
< style >
10
10
html {
11
11
color : # 1a1a1a ;
171
171
</ head >
172
172
< body >
173
173
< header id ="title-block-header ">
174
- < h1 class ="title "> DATEDIFF.SH(1) v0.25.1 | General Commands Manual</ h1 >
174
+ < h1 class ="title "> DATEDIFF.SH(1) v0.25.2 | General Commands Manual</ h1 >
175
175
< p class ="author "> Jamil Soni N</ p >
176
176
< p class ="date "> December 2024</ p >
177
177
</ header >
@@ -456,7 +456,7 @@ <h2 id="options">OPTIONS</h2>
456
456
</ dd >
457
457
< dt > < strong > -t</ strong > , < strong > -tt</ strong > </ dt >
458
458
< dd >
459
- < p > Table view and layouts of single unit intervals (such as
459
+ < p > Table display of single unit intervals (such as
460
460
< code > -vtt</ code > ).</ p >
461
461
</ dd >
462
462
< dt > < strong > -u</ strong > </ dt >
Original file line number Diff line number Diff line change 1
- DATEDIFF.SH(1) v0.25.1 | General Commands Manual
1
+ DATEDIFF.SH(1) v0.25.2 | General Commands Manual
2
2
Jamil Soni N
3
3
December 2024
4
4
@@ -290,7 +290,7 @@ Main Function
290
290
291
291
-t, -tt
292
292
293
- Table view and layouts of single unit intervals (such as -vtt).
293
+ Table display of single unit intervals (such as -vtt).
294
294
295
295
-u
296
296
You can’t perform that action at this time.
0 commit comments