hoangquochung1110 / public-notes

0 stars 0 forks source link

sed only works on macOS if we insert '' right before -i flag #15

Open hoangquochung1110 opened 2 months ago

hoangquochung1110 commented 2 months ago

sed -i  's/old/new/' bucket-policy.json

sed -i  '' 's/old/new/' bucket-policy.json