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
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
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.