Date related scripts.

This commit is contained in:
Doncho N. Gunchev 2020-10-11 23:48:27 +03:00
parent c59c498fcd
commit 3c0df507d7
3 changed files with 11 additions and 0 deletions

4
LDATE Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
set -x
date '+%Y-%m-%d %H:%M:%S %z %Z' "$@"

4
LDATEl Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
set -x
date +"%Y.%m.%d (week %U day %j) %a - %T %z %Z"

3
RPMDATE Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
LC_ALL="C" date +'%a %b %d %Y'