Me: I've been shell scripting for a quarter century now!

Also me: Dang it, why is this "echo \n" not giving me a newline??? #sysadmin

@mwlucas All those years and you're still not using printf?
@mansr ​ echo worked fine in 1997, why would I ever change? 
@mwlucas OK, how do you _portably_ echo a backslash?
@mwlucas I once read that instead of putting "advanced Linux user" on your resume, you should put: "Linux user for 25 years." I believe that advice was exactly for this reason. :-)
@mwlucas I have given up on echo for anything more than a bare echo to get a blank line. Anything else uses printf(1).