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
Rezku Point of Sale
Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
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.