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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.