Linux BASH Programming Cookbook

About the author

SCGs (System Code Geeks) is an independent online community focused on creating the ultimate Operating System developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

SCGs serve the OS developer, OS engineer and DevOps communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects.

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been distributed widely as it is a default shell on the major Linux distributions and OS X.

Bash is a command processor that typically runs in a text window, where the user types commands that cause actions. Bash can also read commands from a file, called a script. Like all Unix shells, it supports filename globbing (wildcard matching), piping, here documents, command substitution, variables and control structures for condition-testing and iteration. The keywords, syntax and other basic features of the language were all copied from sh. Other features, e.g., history, were copied from csh and ksh. Bash is a POSIX shell, but with a number of extensions.

In this ebook, we provide a compilation of BASH programming examples that will help you kick-start your own projects. We cover a wide range of topics, from user management and permissions setting, to specific commands like sed, tar, etc. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 


Linux BASH Programming Cookbook includes:

  1. Linux Find Command Tutorial
  2. Linux Screen Command Tutorial
  3. Linux chown Example
  4. Linux chmod Example
  5. Linux Create User Example
  6. Linux Add User to Group Example
  7. Linux tar Examples
  8. Linux sed Examples
  9. Linux cut Examples
  10. Linux curl Examples
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button