Home » Fun scripts » Linux » 2014 on linux terminal Hasan Basri 8:16 PM 0 comments Fun scripts Linux 2014 on linux terminal 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_row=$3 rows_end=$((str_st_row+rows)) for((i=str_st_row;i Save the script as "2014.sh" and execute it as follows. $ chmod 777 2014.sh $ ./2014.sh $ What character do you want to use * Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment