Skip to content

Commit ef37901

Browse files
authored
Update README.md
1 parent 63d4b0e commit ef37901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gsh/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ if lastErr != nil {
4242
}
4343

4444
capout => { ls }
45-
println output.fields
45+
echo output.fields
4646

4747
capout => { ls "-l" }
4848
files := [file{flds[8], flds[4].int!} for e <- output.split("\n") if flds := e.fields; flds.len > 2]
49-
println files
49+
echo files
5050

5151
rmdir "testgsh", "testgsh2", "testgsh3"
5252
```
@@ -150,7 +150,7 @@ For example:
150150

151151
```coffee
152152
capout => { ls "-l" }
153-
println output
153+
echo output
154154
```
155155

156156
Here is a possible output:

0 commit comments

Comments
 (0)