33
submitted 10 months ago by Ithorian@hexbear.net to c/linux@lemmy.ml

I'm updating foundry to a version 11 and it broke an ass ton of my assets cause they're all "verified version 10"

So all I have to do is change that number, they're just maps so no need to update anything else, but I have like 400+ files to convert all in individual folders.

Please tell me there's an easy way to do this. (I'm on Linux obviously)

you are viewing a single comment's thread
view the rest of the comments
[-] Nulubez@sh.itjust.works 5 points 10 months ago

find /path -name *.json -exec sed -i 's/from/to/g' {} ; -print

[-] falsem@kbin.social 2 points 10 months ago* (last edited 10 months ago)

This, unless you want to mess with jq

[-] Goun@lemmy.ml 0 points 10 months ago

Yeah, jq doesn't edit files, right? You'd have to have temp files or something? jq is so good handling json, I wish there was a way of using it to edit files.

[-] tony@lemmy.hoyle.me.uk 3 points 10 months ago

You really want to do it that way anyway.. process the files to a new set of files. That way when you screw it up going back is just deleting the new files, fixing and rerunning.

[-] NegativeLookBehind@kbin.social 1 points 10 months ago

Output redirect back into the file

[-] brain_in_a_jar@kbin.social 3 points 10 months ago

That'll give you an empty file 🙂

[-] SpaceCadet@feddit.nl 1 points 10 months ago

Typical rookie mistake :D

[-] NegativeLookBehind@kbin.social 1 points 10 months ago

Oh yea, you’re right

this post was submitted on 26 Aug 2023
33 points (100.0% liked)

Linux

45574 readers
697 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS