mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
Merge pull request #143 from stormasm/file_cat
update file_cat to remove json files that are created
This commit is contained in:
commit
3b9f064f1a
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ def create_files [] {
|
|||
create_files
|
||||
echo (open a.json) (open b.json) | save c.json
|
||||
open c.json | flatten
|
||||
rm a.json b.json c.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue