From 1d5a7e94529c65bd632da675eb74b8ff5f9e0f64 Mon Sep 17 00:00:00 2001 From: Ankam Ravi Kumar <14858025+techarkit@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:44:20 +0530 Subject: [PATCH] Update and rename 1function.sh to function.sh --- 1function.sh => function.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename 1function.sh => function.sh (92%) diff --git a/1function.sh b/function.sh similarity index 92% rename from 1function.sh rename to function.sh index dc12048..48dbf17 100644 --- a/1function.sh +++ b/function.sh @@ -1,10 +1,11 @@ #!/bin/bash #Purpose: Function example. Taking Backup of Particular File #Version:1.0 -#Created Date: Sat May 26 00:27:50 IST 2018 +#Created Date: 2024 Sep 21 #Modified Date: #WebSite: https://arkit.co.in #Author: Ankam Ravi Kumar + # START # function takebackup (){ if [ -f $1 ]; then