1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
+l
23:==>set -xv
24: x=24
25: x=25
26: for i in 0 1 3 ; do
27: ((x += i))
28: done
29: set +xv
30: x=27
31: y=b
32: x=29
+#########################
+#### Test 'file' command...
+file data/misc.cmd
File data/misc.cmd will be used when sig.sh is referenced.
+#### info variables (V) command...
+V dq*
dq_args="dq*"
dq_cmd="V"
+# On OS X there is some problem in doing the above and below commands
+# in succession. Further investigation is needed to fix this.
+# Until then..
+## info variables dq*
+quit
|