Shell Scripting – Functions. An introduction to functions for the Bash shell. Functions play an important role in shell scripting. […]
Tag: shell scripting
Shell Scripting – Case Statements
Shell Scripting – Case Statements make it easier and more elegant to code choices when shell scripting than IF statements. […]
Shell Scripting – The IF statement
Shell Scripting – The IF statement. The most common form of decision construct in shell scripting is the IF statement. […]
Shell Scripting : Introduction
This is the Introduction part of a series on BASH Shell Scripting that takes you thru building a BASH Shell Script on your own. […]
Shell One-Liner : Strip EXIF data from photos
Strip EXIF data from photos with this one line of code. This simple Linux Bash command strips out all of the EXIF data from photos. […]