That’s as good a reason as any to keep your system in source control. I run scripts over my work fairly frequently. The ability to roll back if I find something didn’t work right is awesome.
I also recommend documenting the script or awk command in the commit message to make it easy to find later.
That’s as good a reason as any to keep your system in source control. I run scripts over my work fairly frequently. The ability to roll back if I find something didn’t work right is awesome.
I also recommend documenting the script or awk command in the commit message to make it easy to find later.
Love this. I've been thinking of something like this for a while. Well done!