UKG interview question

Write a bash script that does something 100 times

Interview Answer

Anonymous

Dec 22, 2020

i probably said something like for i in `seq 1 100`; do echo "hi" done