I want to check if there is a certain file inside a directory in my android device.
I use the following line in my windows batch
adb shell find /mnt/sdcard/koinoxrista -name Bill.txt
I want to do something if the file exists and something else if file does not exist.
How can I do this?