We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d4b0e commit ef37901Copy full SHA for ef37901
gsh/README.md
@@ -42,11 +42,11 @@ if lastErr != nil {
42
}
43
44
capout => { ls }
45
-println output.fields
+echo output.fields
46
47
capout => { ls "-l" }
48
files := [file{flds[8], flds[4].int!} for e <- output.split("\n") if flds := e.fields; flds.len > 2]
49
-println files
+echo files
50
51
rmdir "testgsh", "testgsh2", "testgsh3"
52
```
@@ -150,7 +150,7 @@ For example:
150
151
```coffee
152
153
-println output
+echo output
154
155
156
Here is a possible output:
0 commit comments