//$ base64 ~/storage/shared/DCIM/Camera/20241108_202651.jpg > ~/storage/shared/Download/20241108_202651.jpg_base64.txt
//$ sed -n -e $'1,+24{s/\\S\\+/ + \"&\"/; p}' ~/storage/shared/Download/20241108_202651.jpg_base64.txt"
//$ sed -n -e $'26,+24{s/\\S\\+/ + \"&\"/; p}' ~/storage/shared/Download/20241108_202651.jpg_base64.txt"
//$ ... cut, paste 1-25 (1,+24), 26-50 (26,+24), 51-75 (51,+24), 76-100 (76,+24) ... 201... +83 lines...
... after some time I know now I don't have energy to think of changing the instruction codes to cut & move ~18077 lines of the base64 (encoded binary) image data.