The idea behind 'repeat' is to make things easier in the Linux command line environment. Instead of having to script repeats in you're shell of choice - you have a command that repeats things. Use repeat for all you're repeating needs!
Features
- ..repeat a command. Run: repeat [command] to repeat it, it's as simple as that.
- ..repeat a string to stdout - can be used to create very large humanly readable files in short time.
- ..repeat a command up to 4 times - if it fails (returns exit code other than 0).
- ..optionally define the number of times a command or string should be repeated.
- ..optionally define a sleep timer (in seconds) between repeats.
Categories
Systems AdministrationLicense
GNU General Public License version 3.0 (GPLv3)Follow repeat
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Making the command line of Linux and other OS's like it - easier to use - decreases the technical threshold for the OS in question. That's good.