Shell Script: FTP File Transfer July 24th, 2016 Objective: Use a shell script to upload or download a file via FTP.
Shell Script: Convert Hex to Decimal May 15th, 2016 Objective: Convert a number in hexadecimal representation to decimal format in a shell script
Shell Script: Convert Decimal to Hex February 21st, 2016 Objective: Convert a number in decimal representation to hexadecimal format in a shell script.
Shell Script: Check Leap Year December 5th, 2015 Objective: Use a shell script to read a year and check whether it is a leap year or not.
Linux: Single Instance of Shell Script May 31st, 2015 Objective: Ensure that only a single instance of a shell script is running at a time on Linux.
Shell Script: Get HTTP Header April 25th, 2015 Objective: Get HTTP response headers of a URL in a shell script.
Shell Script: Read File Line by Line April 18th, 2015 Objective: Read the contents of a file line by line in a shell script.
Shell Script: Get HTTP Content March 28th, 2015 Objective: Fetch the contents of a HTTP URL and save the contents in a variable in a shell script.
Shell Script: Count Variable Length January 17th, 2015 Objective: Count the number of characters in a shell variable.
Shell Script: Convert Lowercase to Uppercase January 17th, 2015 Objective: Convert the contents of a file or the contents of a shell string variable from lowercase to uppercase.