This commit is contained in:
Joseph T. Lyons
2021-01-01 23:24:32 -05:00
committed by GitHub
parent 7eb8634ad7
commit a5f7600f6f
24 changed files with 37 additions and 37 deletions

View File

@ -1,6 +1,6 @@
# from xml
Parse text as `.xml` and create table. Use this when nushell cannot dertermine the input file extension.
Parse text as `.xml` and create table. Use this when nushell cannot determine the input file extension.
Syntax: `from xml`

View File

@ -42,7 +42,7 @@ Create a file within an already existent folder.
──────────┴───────────
```
Create three files at oince
Create three files at once
```shell
> touch a b c
> ls
@ -52,4 +52,4 @@ Create three files at oince
0 │ a │ File │ 0 B │ 0 sec ago
1 │ b │ File │ 0 B │ 0 sec ago
2 │ c │ File │ 0 B │ 0 sec ago
────┴────────────────────┴──────┴──────────┴──────────────
────┴────────────────────┴──────┴──────────┴──────────────