Friday 27 November 2015

Lsmovie-linux shell scripting

Do you have a ton of movies on your Linux Machine ? Do you wish that you could maintain a nice movie list, a list that lists all your movies ? Every time you someone asks for movies just show them the list.



Linux Shell Scripting
Tux

The Solution-Linux shell scripting

Using shell scripting commands you can easily create a script that can list all the movies for you.
You could use the following commands:-
  1. find
  2. grep
  3. ls
  4. locate
I have created a script (lsmovie) to list make a list of all movies. You could even use this as a command in your terminal.

Below is the link for the zip file. Extract and use. Do read the help.txt file.
http://www.mediafire.com/?3z4wx1xcfyavw

No comments:

Post a Comment