X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/842b8b761b8c0efdade0e9f688b22ac8ae89d965..f0019122700792b954b38d5e2a8b8a40d15e49fd:/tools/tesh2/examples/basic.tesh diff --git a/tools/tesh2/examples/basic.tesh b/tools/tesh2/examples/basic.tesh index 366c97a4d8..86e22ecd9d 100644 --- a/tools/tesh2/examples/basic.tesh +++ b/tools/tesh2/examples/basic.tesh @@ -1,31 +1 @@ -#! ./tesh - -p This is a basic test - -< TOTO \ -TUTU -$ cat > tmp_fich - -$ cat tmp_fich -> TOTO TUTU - -$ rm tmp_fich - -p And now, some multilines examples - -< a -< b -< c -< d -$ cat > tmp_fich - -$ cat tmp_fich -> a -> b -> c -> d - -$ wc -l tmp_fich -> 4 tmp_fich - -$ rm tmp_fich +#! ./tesh p This is a basic test < TOTO \ TUTU $ cat > tmp_fich $ cat tmp_fich > TOTO TUTU $ rm tmp_fich p And now, some multilines examples < a < b < c < d $ cat > tmp_fich $ cat tmp_fich > a > b > c > d $ wc -l tmp_fich > 4 tmp_fich $ rm tmp_fich \ No newline at end of file