I recently read a book about android.In that book for running the monkey script the bellow command introduced:
adb shell monkey -f myscript.txt 1
I searched this command and find out what f meaning. but when I searched about "1", I can not find anything about it. what does this "1" meaning?