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
3.1: Linux - Introduction to Shell November 30, 2017 Introducing Shell: Shell is an application, works as a command interpreter Gets a command from user, gets it executed from OS Gives ...Read More