Benjamin-Loison / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
0 stars 0 forks source link

[Bug]: Inability to create file with `:` in its name but seems to be able to modify such one #18

Open Benjamin-Loison opened 5 months ago

Benjamin-Loison commented 5 months ago

Problem description

touch 'a:b'
touch: cannot touch 'a:b': Operation not permitted
touch 'acb'
for x in *":"*; do mv -- "$x" "${x//:/_}"; done

Source: Unix Stack Exchange answer 19090

seems to be a workaround.

Related to Benjamin_Loison/android_packages_apps_Recorder/issues/5.

Steps to reproduce the behavior.

Not read.

What is the expected behavior?

No response

System information