hpx's tutorials

simple function for print colorful text

Contributed by hpx on June 8, 2005 under Bourne shell scripting

function to print text with colors(not contain all the colors)
can be extened easily

no comments Continue reading... 
 

queue and stack using array

Contributed by hpx on under Bourne shell scripting

here is a series of operation on array,
we can use these functions to implement a queue or stack that can help us more

2 comments Continue reading... 
 

bash array operations

Contributed by hpx on under Bourne shell scripting

sometimes we need to remove one element from an array
for example we remove the element 2 (third) from array

4 comments Continue reading...