TheFoxPie
Termux + SD Card (not install termux to it, but allow termux to write/read files from it)
~/storage/external-1
actually points to /storage/XXXX-XXXX/Android/data/com.termux/files
.
If that's the case for you, then to get to the actual sdcard, the foolproof command should be cd $(realpath ~/storage/external-1)/../../../..
.16 replies