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
- Output bold text in console
- Binet's Formula in bash
- How to check if a command exists
- Output italic text in console
- How to extract file extension
- How to get date in "YYYY-MM-DD" format
- Urlencode string in bash
- How to count all lines in all files recursively
- Output underlined text in console
- How to change text color
See more codes...