Category Archives: bash

Configuration file to input values in bash script

Most of the time bash script need user input values to generate the data that is presented to user. There are many ways to accept user data in bash like reading data interactively, getting from parameters etc. But there are … Continue reading

Share
Posted in bash, imdb movie fetcher, Linux, scripting | Leave a comment