[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rm on file with spaces in name
From: |
Dan Jacobson |
Subject: |
Re: rm on file with spaces in name |
Date: |
Wed, 03 Aug 2022 07:52:54 -0500 |
$ 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