repo.or.cz
/
build-config.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use strbuff instead of str_buff & str_idx
[build-config.git]
/
src
/
config
/
lxrgmr-code
/
test
/
gmr
/
1.Cmdline.in
blob
b2f5b52a3010866c0d23410fe7d5da8ad91a0266
1
2
#
3
# @ simple
4
# @ expanssion
5
# @ re-direction
6
# @ pipe
7
# @ codeblock
8
# @ sub-script
9
# @ background
10
# @
11
#
12
13
14
15
/*
16
* defination.
17
*/
18
echo simple command line output.
19
20
ENVAR="test string"
21
echo cmdline with envar ENVAR=$ENVAR
22
23
echo xxxxxxxxxx | cat -
24
echo xxxxxxxxxx > file1.txt
25
cat - < file1.txt