Never say "If" writing a Bash script! (Exit codes & logical operators)



Never say "If" writing a Bash script! (Exit codes & logical operators)

Never say "If" writing a Bash script! (Exit codes & logical operators)

A good rule of thumb is to never use “if” statements when writing shell or bash scripts. 90% of the time, you can get what you want more elegantly just with logical operators like && and ||. It makes the difference between ugly and elegant looking and running code.

WEBSITE: https://lukesmith.xyz 🌐❓🔎
DONATE NOW: https://lukesmith.xyz/donate 💰😎👌💯

Comments are closed.