mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 19:22:22 +03:00
Fix #262
This commit is contained in:
parent
ec2b8f56fd
commit
8771f59ff3
@ -42,8 +42,8 @@ Copy a file to a given location.
|
|||||||
|
|
||||||
`~zod/try=> :grep 'literal'`
|
`~zod/try=> :grep 'literal'`
|
||||||
|
|
||||||
"grep" a file or standard input. Currently only supports literals, but
|
"grep" a file or standard input. Currently only supports a literal cord,
|
||||||
will eventuall support regular expressions.
|
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'`
|
`~zod/try=> :into /path/to/file 'contents'`
|
||||||
|
|
||||||
Write text to a file. If the specified file does not exist, create a
|
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.
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
:: Over/write to location, usage :into %/foo/txt 'Contents'
|
||||||
!:
|
!:
|
||||||
::::
|
::::
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user