Skip to content

Commit 909a556

Browse files
author
Ankam Ravi Kumar
authored
Create eval.sh
eval command Evaluating twice
1 parent 8da1a9f commit 909a556

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

eval.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
#Purpose: eval command Evaluating twice
3+
#Version:1.0
4+
#Created Date: Wed Jun 13 22:09:59 IST 2018
5+
#Modified Date:
6+
#WebSite: https://arkit.co.in
7+
#Author: Ankam Ravi Kumar
8+
# START #
9+
COMMAND="ls -ltr /etc"
10+
echo "$COMMAND"
11+
eval $COMMAND
12+
# END #

0 commit comments

Comments
 (0)