Shell Script : 02 - To Determine the Greatest of 2 Number's December 02, 2017 This Shell Script program determines the Greatest of the given 2 Number's. Logic : With a Simple 'If' condition. Progra...Read More
Shell Scripting : 01 - Checking 2 String's If it's Empty or Equal December 02, 2017 This is a Shell Script used to determine two Strings, if they are Empty or Equal. Program Code: #!/bin/bash echo " Enter Str...Read More
3.4 : Linux - Shell Scripting - Intermediate December 01, 2017 String tests: String comparison, Numeric comparison, File operators and logical operators Comparison operations are provided below...Read More
3.3 - Linux : Shell Scripting - Basics December 01, 2017 Programming languages: There are various types of programming languages, compared on various parameters From Embedded system engin...Read More
3.2 - Linux : Visual Editor December 01, 2017 Introduction to Visual Editor • vi or vim • To open a file $ vi <filename> or vim <filename> • vi opens a file in co...Read More