Working with Arrays in Linux Shell Scripting – Part 8
We cannot imagine a programming language without the concept of arrays. It doesn’t matter how they are implemented among various languages. Instead arrays help us
We cannot imagine a programming language without the concept of arrays. It doesn’t matter how they are implemented among various languages. Instead arrays help us
A debugger plays a vital role in any software development system. Nobody can write a bug-free code all at once. During the course of development,
In my previous article on ‘Introduction to GlusterFS (File System) and Installation – Part 1‘ was just a brief overview of the file system and
My previous article on “Understanding and Writing functions in Shell Scripts” might have given you a basic idea on how to write functions under shell
GNU Make is a development utility which determines the parts of a particular code base that are to be recompiled and can issue commands to
We are living in a world where data is growing in an unpredictable way and it our need to store this data, whether it is
Functions play an important role in any programming language. Like many real programming languages, bash has functions which are used with limited implementation. What are
Vim (Vi IMproved) is one of the most favourite text editors among programmers. It has its own specialities in performing different operations with short hand