$ foo --help
A collection of useful hacks, tips, and tricks mostly for GNU tools on Linux/macOS.
Home
About
Using diff
Remember: when using diff, use the following flags
diff -Naur
-N = Treat absent files as empty
-a = Treat all files as text
-u = Output 3 lines of unified content
-r = Recursively compare any subdirectories found
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)