This commit is contained in:
Anton Dyudin 2015-03-06 11:22:12 -08:00
parent ec2b8f56fd
commit 8771f59ff3
2 changed files with 4 additions and 3 deletions

View File

@ -42,8 +42,8 @@ Copy a file to a given location.
`~zod/try=> :grep 'literal'`
"grep" a file or standard input. Currently only supports literals, but
will eventuall support regular expressions.
"grep" a file or standard input. Currently only supports a literal cord,
but will eventuall support regular expressions.
------------------------------------------------------------------------
@ -61,7 +61,7 @@ in the process. Often used to ping ships to check connectivity.
`~zod/try=> :into /path/to/file 'contents'`
Write text to a file. If the specified file does not exist, create a
file by that name.
file by that name. If it does exist, replace its contents.
------------------------------------------------------------------------

View File

@ -1,3 +1,4 @@
:: Over/write to location, usage :into %/foo/txt 'Contents'
!:
::::
::