bashInfinite while loop
while true; do echo hi; sleep 1; donectrl + cecho hi; sleep 1replace this with your code, that should run forever |
More of Bash
- How to get time in "HH:II:SS" (hour:minute:second) format
- Binet's Formula in bash
- How to check if a command exists
- How to check if a string starts with a specific value
- Change directory permissions recursively using chmod in bash
- Check if file exists
- Output bold text in console
- Urlencode string in bash
- How to get time in "YYYY-MM-DD HH:II:SS" (year-month-date hour:minute:second) format
- Change permissions using chmod in bash
See more codes...