use strbuff instead of str_buff & str_idx
[build-config.git] / src / config / lxrgmr-code / test / gmr / 1.Cmdline.in
blobb2f5b52a3010866c0d23410fe7d5da8ad91a0266
3 # @ simple
4 # @ expanssion
5 # @ re-direction
6 # @ pipe
7 # @ codeblock
8 # @ sub-script
9 # @ background
10 # @ 
16  * defination.
17  */
18 echo simple command line output.
20 ENVAR="test string"
21 echo cmdline with envar ENVAR=$ENVAR
23 echo xxxxxxxxxx | cat -
24 echo xxxxxxxxxx > file1.txt
25 cat - < file1.txt