mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-28 23:28:40 +00:00
New Script files
This commit is contained in:
15
details.sh
Normal file
15
details.sh
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
#Purpose: eval command Evaluating twice
|
||||
#Version:1.0
|
||||
#Created Date: Wed Jun 13 22:09:59 IST 2018
|
||||
#Modified Date:
|
||||
#WebSite: https://arkit.co.in
|
||||
#Author: Ankam Ravi Kumar
|
||||
# START #
|
||||
|
||||
echo "WEL COME TO $USER"
|
||||
echo "Your present working directory is `pwd`"
|
||||
echo "current logged in users are `who`"
|
||||
echo "Today date is `date`"
|
||||
|
||||
# END #
|
Reference in New Issue
Block a user