Here is a script which when executed on the Linux terminal will create a continuous stream of 1's and 0's to create a background lik...Read more »
The Magician Of Linux
Here is a script which when executed on the Linux terminal will create a continuous stream of 1's and 0's to create a background lik...Read more »
The following script,when executed, will create 2014 on the linux terminal. #!/bin/bash str_dwn() { rows=$1 s_start=$2 char=$4 str_st_ro...Read more »
Here is a script that will act like a dice, a six sided dice, on the terminal. On running the script, it will display numbers between 1 and ...Read more »
Here is a script with which you can create the number 2013, on your terminal using any character of your choice. The colors of the numbers w...Read more »
Here is a version 2 of the Christmas tree creation script. The script will create a colorful Christmas tree on the terminal. The colors of t...Read more »
The following script is a memory testing game that can be played on the terminal. #!/bin/bash help(){ echo "The game is a simpl...Read more »
Here is a script that can be used as a reaction timer on the terminal of linux. Reaction timers are used to calculate the time a user takes...Read more »
The cd/dvd drive, which is usually ejected by pressing the button on the drive can also be controlled from the command line. The command to...Read more »
Here is a script that crates a triangle of what ever character we choose. The triangle gets created right at the center in the terminal. ...Read more »
espeak: Speech synthesiser. If you ever wanted your script to speak out words or messages, here is a command that will come handy, "esp...Read more »
The game of anagrams using perl The perl script below is for the game of anagram, i.e you will presented with a word with its letters jum...Read more »