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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.