source: vendor/bash/3.1-p17/tests/herestr.right

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 414 bytes
Line 
1abcde
2yo
3hot damn
4what a fabulous window treatment
5double"quote
6onetwothree
7first second third
8f1 ()
9{
10 cat <<< "abcde";
11 cat <<< "yo";
12 cat <<< "$a $b";
13 cat <<< 'what a fabulous window treatment';
14 cat <<< 'double"quote'
15}
16f2 ()
17{
18 cat <<< onetwothree
19}
20f3 ()
21{
22 cat <<< "$@"
23}
24echo $(echo hi)
25echo ho
26echo off to work we go
27declare -a uu='([0]="" [1]="kghfjk" [2]="jkfzuk" [3]="i
28")'
Note: See TracBrowser for help on using the repository browser.