Problem Description
Is it possible in Linux command line to have a command repeat every *n* seconds?
Say, I have an import running, and I am doing
ls -l
to check if the file size is increasing. I would like to have a command to have this repeat automatically.
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?