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
- How to get time in "YYYY-MM-DD HH:II:SS" (year-month-date hour:minute:second) format
- How to get date in "YYYY-MM-DD" format
- How to convert string to lowercase
- How to search and replace string in variable
- How to count lines in a text file
- Urlencode string in bash
- Output bold text in console
- How to convert string to uppercase
- How to check if a command exists
See more codes...