Category Archives: scripting

IMDB movie fetcher version 4

Update : Released 4.1 with cast/director/rating code update. I am happy to announce the version 4 of IMDB movie fetcher. This release contains two new features and many bug fixes. This release adds colored output and “similar title” suggestions. Installation … Continue reading

Share
Posted in imdb movie fetcher, imdb-mf, Linux, scripting | Tagged | Comments Off

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