When I try to echo
via my script to an existing file, the script doesn't recognize the existing file and creates a duplicate file on Android.
This is the input code in script:
>echo "Hello" > /system/etc/new
This is the output in terminal for:
>cat /system/etc/new
/system/etc/new: No such file or directory