minus-squarebrain_in_a_jar@kbin.socialtoLinux@lemmy.ml•I need to replace one line in a ton of . json fileslinkfedilinkarrow-up7·1 year agoChange the ‘;’ to a ‘+’ for even more efficiency (no need to fork+exec a sed process per file, sed can take multiple files) linkfedilink
minus-squarebrain_in_a_jar@kbin.socialtoLinux@lemmy.ml•I need to replace one line in a ton of . json fileslinkfedilinkarrow-up3·1 year agoThat’ll give you an empty file 🙂 linkfedilink
minus-squarebrain_in_a_jar@kbin.socialtoLinux@lemmy.ml•*Permanently Deleted*linkfedilinkarrow-up3·1 year agoThose kind of pickup lines only work at the foo bar linkfedilink
Change the ‘;’ to a ‘+’ for even more efficiency (no need to fork+exec a sed process per file, sed can take multiple files)