From 8bd9210ec5e81404cc698296734d98b24e555a85 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Wed, 17 Oct 2018 07:25:01 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20get=20year's=20week?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/shellscript.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo/shellscript.sh b/demo/shellscript.sh index c85e93a..755e148 100644 --- a/demo/shellscript.sh +++ b/demo/shellscript.sh @@ -13,3 +13,6 @@ alias cd..="cd .." # Typo addressed. # Recursively delete all `.DS_Store` files in the pwd. alias rmds="find . -type f -name '*.DS_Store' -ls -delete" +# Get week number of the year. +alias week='date +%V' +