Originally shared by Thomas Mueller (dummzeuch)
Originally shared by Thomas Mueller (dummzeuch)
There are a lot of command line tools that are very useful, but have one flaw: They directly modify a file in place and do not allow you to specify an output file instead. So, if you e.g. want to compare the modified file to the original, you have to make…
http://blog.dummzeuch.de/2018/10/07/inplaceexewrapper-for-those-tools-that-do-not-allow-specifying-an-output-file/
There are a lot of command line tools that are very useful, but have one flaw: They directly modify a file in place and do not allow you to specify an output file instead. So, if you e.g. want to compare the modified file to the original, you have to make…
http://blog.dummzeuch.de/2018/10/07/inplaceexewrapper-for-those-tools-that-do-not-allow-specifying-an-output-file/
Comments
Post a Comment