What is the meaning of IFS in Bash Shell Script ?

bash - input field separator

The full form of IFS is “Internal Field Separator” alternatively based on its functionality this is also … Read more

Find and Delete File and Directory using Bash Shell Script

Find and Delete File

Below shell script will find and delete certain file or multiple files from the directory you want. … Read more

How to use getopts to Accept Variable Arguments for Bash Script ?

Shell_Command_Args

getopts is a built-in Unix shell command for parsing command-line arguments. It is designed to process command … Read more

How to Pass Command Line Arguments to Shell Script ?

Shell_Command_Args

getopts allows you to accept command line arguments for the bash script, below is demo script which … Read more

How to Check if File Exists using Bash Script ?

Check if File Exist in Bash

If we are processing certain file using bash shell script, its necessary to make sure the file … Read more

How to read a file Line by Line in Bash Script ?

Shell Script

When you want to process some large data from a text file with one line at a … Read more

How to remove bullets from unordered list ul in CSS ?

CSS

As you can see, our lynxbee.com website pages, we have listing of all the articles as per … Read more

How to add featured image to RSS Feeds in WordPress ?

WordPress

By default WordPress RSS feed generated doesn’t contain the featured image thumbnail. Due to this limitation when … Read more

Git Log – List all the commit Id in reverse order

Git Log

We have seen in our previous post “Git Log – Show Commit Messages in Reverse Order” using … Read more