Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 635037f

Browse files
author
Ankam Ravi Kumar
authored
Create setbashfeature.sh
1 parent b2cb3fa commit 635037f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setbashfeature.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)