Last day, I needed to repeat a shell command a arbitrary number of times, and all I found was the suggestion to use the repeat command. Sadly, I haven’t been able to found that command in Ubuntu, but after some research I could luckily find something useful. What follows is a very simple bash implementation of the repeat command. First, open your .bash_aliases file: xdg-open ~/.bash-aliases Second, paste these lines at the bottom of the file …