- May 18, 2019
- admin
- 0
adb shell ls
list directory contents
ls [options] <directory>
STEP 1.
adb shell
STEP 2.
lsls -a do not hide entries starting withls -i print index number of each filels -s print size of each file, in blocksls -n list numeric UIDs and GIDsls -R list subdirectories recursively
Notes: press Ctrl-C to stop