The script I added was derived from macOS. I learnt that the default sed version works differently on macOS and linux. After checking for linux, the -f flag is unnecessary. Although it results in the same changes upon running, I'd like to avoid any unforeseen consequences this may have.
Why this change:
The script I added was derived from macOS. I learnt that the default sed version works differently on macOS and linux. After checking for linux, the -f flag is unnecessary. Although it results in the same changes upon running, I'd like to avoid any unforeseen consequences this may have.