Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Check out this answer: How to check if sed has changed a fileHow to check if sed has changed a file.

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

Check out this answer: How to check if sed has changed a file.

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

Check out this answer: How to check if sed has changed a file.

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

deleted 2 characters in body
Source Link
manatwork
  • 32.1k
  • 8
  • 104
  • 93

Check out this awnseranswer:

   how-to-check-if-sed-has-changed-a-fileHow to check if sed has changed a file.

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

Check out this awnser:

 how-to-check-if-sed-has-changed-a-file

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

Check out this answer:  How to check if sed has changed a file.

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.

Source Link
delh
  • 4.8k
  • 1
  • 14
  • 10

Check out this awnser:

how-to-check-if-sed-has-changed-a-file

Its pretty much the same as you are asking, its suggesting you use awk or output to a different file and diff the two files.