Quantcast
Channel: bash script – TecAdmin
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Bash Tutorial

Shell Scripting The Bash (Born Again) is a Unix shell and command line language written by the Brian Fox. The Born Again shell is used by most of the Unix/Linux operating systems as there default...

View Article



Bash – For Loop

For Loop in Bash As any other programming language, shell scripts also support for loops to do the repetitive tasks. Read this tutorial to understand uses of for loop with examples. Syntax: for...

View Article

Bash – Functions

Functions in Bash A function which can also be referred to as subroutine or procedure is a block of code used for specific tasks. The function also has a property called re-usability. Bash script also...

View Article

Read file line by line?

Shell Script to Read File Brief: This example will help you to read a file in a bash script. This tutorial contains two methods to read a file line by line using a shell script. Method 1 – Using simple...

View Article

Image may be NSFW.
Clik here to view.

Bash – Command Arguments

Command Line Arguments in Shell Script Command line arguments are also known as positional parameters. These arguments are specific with the shell script on terminal during the run time. Each variable...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images