-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexport_test.script
More file actions
22 lines (20 loc) · 1.3 KB
/
export_test.script
File metadata and controls
22 lines (20 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Script started on Mon 11 May 2015 22:16:03 CST
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ $[Kcat e xport_test.sh
#!/bin/sh
export ZHENG="/helloworld"
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ ba[K[K$ZHEN G
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ bash export_test.sh
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ $ZHEN G
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ ./[K ./e xporty[K_test.sh
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ . ./exxport_test.sh[A]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ $ZHENG[K
bash: /helloworld: No such file or directory
]0;zheng@zheng-ThinkPad-Edge-E430: ~/zheng/code/linux/functionzheng@zheng-ThinkPad-Edge-E430:~/zheng/code/linux/function$ exit
exit
Script done on Mon 11 May 2015 22:17:23 CST