We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cb3fa commit 635037fCopy full SHA for 635037f
setbashfeature.sh
@@ -0,0 +1,17 @@
1
+#!/bin/bash
2
+#Purpose: Set assigns its arguments to the positional parameters
3
+#Version:1.0
4
+#website: https://arkit.co.in
5
+#Created Date: Tue May 22 23:10:17 IST 2018
6
+#Modified Date:
7
+#Author: Ankam Ravi Kumar
8
+# START #
9
+set `date`
10
+echo "Today is $1"
11
+echo "Month is $2"
12
+echo "Date is $3"
13
+echo "Time H:M:S $4"
14
+echo "TimeZone is $5"
15
+echo "Year is $6"
16
+set -x
17
+# END #
0 commit comments