adb shell ls

List Files and Directories

adb shell ls /system/bin

all files including .hidden

adb shell ls -a

directory, not contents

adb shell ls -d

recursively list in subdirs

adb shell ls -R /mnt/sdcard/Download