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 extract file extension
- How to get time in "YYYY-MM-DD HH:II:SS" (year-month-date hour:minute:second) format
- Binet's Formula in bash
- How to get date in "YYYY-MM-DD" format
- Check if file exists
- Output bold text in console
- How to count all lines in all files recursively
- Urlencode string in bash
- How to check if a command exists
- How to check if variable is empty
See more codes...