Shell

From ETM
Revision as of 23:08, 31 March 2020 by Kademlia (talk | contribs) (Created page with " Replace inside files:<syntaxhighlight lang="shell"> sed -i -- 's/","texture/"},"texture/g' *.json sed -i -- 's/"profileName":"fs_/"profileName":"h_/g' *.json </syntaxhighl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Replace inside files:

sed -i -- 's/","texture/"},"texture/g' *.json

sed -i -- 's/"profileName":"fs_/"profileName":"h_/g' *.json