Damaskox@kbin.social to Android@lemdro.id · 11 months agoCan I generate a text file of a folder's contents (files) on the phone?message-squaremessage-square5fedilinkarrow-up121arrow-down12file-text
arrow-up119arrow-down1message-squareCan I generate a text file of a folder's contents (files) on the phone?Damaskox@kbin.social to Android@lemdro.id · 11 months agomessage-square5fedilinkfile-text
minus-squareYoddel_Hickory@lemmy.calinkfedilinkEnglisharrow-up11·11 months agoTermux, then you can navigate to the folder with cd and list the content of the folder with ls. You can save the output to a file ls > folder.txt .
Termux, then you can navigate to the folder with
cd
and list the content of the folder withls
. You can save the output to a filels > folder.txt
.