good solution
Linux command to repeat a string n times
2010/06/17
There are more than one situation where you wished that there was a simple way to print a character n number of times. At least I face that quite often, especially when you want to print a menu. I …