OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning terminal

terminal blog posts, coding tips and trick in a bitesize to help you learn terminal.

run code program on terminal every x time (seconds)

In order to run any command or program every X seconds or any time from your Mac terminal, you can utilize a shell loop with the sleep command.

mac terminal bash

Allow scroll through top iTerm mac

If you print or log bunch of data in Terminal (Iterm) normally, you can't scroll back to your latest command. Here is how to do it

terminal mac