Guest User

Untitled

a guest
Dec 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while IFS= read -r line ; do
  2. v1="$line";
  3. t1=`echo $line | awk -F= '{print $2}'`
  4. echo "$t1"
  5. done < $1
  6.  
  7. say=hello
  8. test=0 0/15 * * * ?
  9. logs=valuelogs
  10.  
  11. [root@centos gen]# ./my.sh test.txt
  12. hello
  13. 0 0/15 hello.txt 2.txt tmp.log my.sh sample.txt test.sh test.txt hello.txt
  14. 2.txt tmp.log my.sh sample.txt test.sh test.txt hello.txt 2.txt tmp.log
  15. my.sh sample.txt test.sh test.txt ?
  16. valuelogs
Add Comment
Please, Sign In to add comment