2 Echo "currend dir" $(PWD) ;
6 Echo "unsorted:" $(list) "|" ;
7 sorted = [ Sort $(list) ] ;
8 Echo "sorted:" $(sorted) "|" ;
11 cmd = [ Command which sdl-config : exit-code ] ;
12 Echo "cmd:" $(cmd) "|" ;
15 cmd = [ Command ls -1 Jam* : parse-output no-space-break no-tab-break no-cr-break exit-code status-first ] ;
16 Echo "cmd:" $(cmd) "|" ;
20 Echo "flist:" $(fl) "|" ;