$ adb shell ls -l /sdcard/
total 45
-rw-rw---- 1 root everybody 0 2022-08-03 07:44 1-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 2-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 3-file with spaces in name
$ adb shell
a13x:/ $ ls -l /sdcard/
total 45
-rw-rw---- 1 root everybody 0 2022-08-03 07:44 1-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 2-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 3-file\ with\ spaces\ in\ name
a13x:/ $ ls -l /sdcard/|head
total 45
-rw-rw---- 1 root everybody 0 2022-08-03 07:44 1-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 2-file
-rw-rw---- 1 root everybody 0 2022-08-03 07:45 3-file with spaces in name