Hello,
I need search and replace (in-place) textual strings in binary file (mac address, case-sensitive), use terminal command.
Linux, perl 5 installed (v5.22.1)
What would be appropriate perl command for this?
Is this correct:
perl -i.bak -pe 's/search-this-string/replace-with-this-string/g' file.bin