Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some changes for Windows (shell) compatibility and comment the sync call to test...
[simgrid.git] / tools / tesh2 / examples / basic.tesh
index 6b7cd00..366c97a 100644 (file)
@@ -4,9 +4,9 @@ p This is a basic test
 \r
 < TOTO \\r
 TUTU\r
-$ Cat > tmp_fich\r
+$ cat > tmp_fich\r
 \r
-$ Cat tmp_fich\r
+$ cat tmp_fich\r
 > TOTO TUTU\r
 \r
 $ rm tmp_fich\r
@@ -17,9 +17,9 @@ p And now, some multilines examples
 < b\r
 < c\r
 < d\r
-$ Cat > tmp_fich\r
+$ cat > tmp_fich\r
 \r
-$ Cat tmp_fich\r
+$ cat tmp_fich\r
 > a\r
 > b\r
 > c\r