Click here to Skip to main content
15,887,283 members
Articles / Programming Languages / Shell

Shell Programming Secrets Nobody Talks About (Part 1)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (27 votes)
5 Mar 2023CPOL8 min read 41.7K   43  
About odd but critical shell-programming details that get easily forgotten or ignored
Shell programming is a minefield of errors. It is easy to make mistakes. Given that shell scripts run and protect hundreds of billions of dollars worth of assets, it is important to avoid these easy-to-make mistakes and remember these easy-to-forget details.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer www.VSubhash.in
India India
V. Subhash is an invisible Indian writer, programmer and illustrator. In 2020, he wrote one of the biggest jokebooks of all time and then ended up with over two dozen mostly non-fiction books including Linux Command-Line Tips & Tricks (first paperback to have syntax highlighting in colour), CommonMark Ready Reference (the first book on CommonMark), PC Hardware Explained, Cool Electronic Projects and How To Install Solar. His book Quick Start Guide to FFmpeg was published by Apress/SpringerNature in 2023. He wrote, illustrated, designed and produced all of his books using only open-source software. Subhash has programmed in more than a dozen languages (as varied as assembly, Java and Javascript); published software for desktop (NetCheck), mobile (Subhash Browser & RSS Reader) and web (TweetsToRSS); and designed several websites. As of 2024, he is working on a portable Javascript-free CMS using plain-jane PHP and SQLite. Subhash also occasionally writes for Open Source For You magazine and CodeProject.com.

Comments and Discussions