> adb shell
sh-4.1$ ls -F
-F: No such file or directory
-F switch works fine on my Ubuntu. Why doesn't it work on android?
Is there a way to make it work?
-F switch works fine on my Ubuntu. Why doesn't it work on android? Is there a way to make it work? |
||||
| show 2 more comments |
|
Most shell commands in Android are not the original gnu versions, they are either from A lot of commands in /system/bin are symlinks to /system/toolbox. I haven't found much documentation about it, just the source at https://android.googlesource.com/platform/system/core/+/jb-mr1-release/toolbox/
|
|||||
|
/system/binwithadb shell, most programs are a symlink totoolbox. See the first answer in androidquestions.org/threads/189-Android-Command-Reference – ott-- Feb 21 at 10:40