**** BEGIN LOGGING AT Tue Feb 06 03:00:04 2018 Feb 06 16:22:02 what would be a best way to write a program that picks random mp3 files from folder and copies them to memory stick as long as there is enough room in the stickää Feb 06 16:22:18 ää=?* Feb 06 16:22:24 Vajb: a script would better perform that Feb 06 16:23:03 either bash or python Feb 06 16:23:14 ^ Feb 06 16:23:35 ah i see Feb 06 16:24:53 how do i even pick files at random? Feb 06 16:25:18 ls -a the list in a file and pick lines at random from there? Feb 06 16:40:43 in bash https://stackoverflow.com/questions/414164/how-can-i-select-random-files-from-a-directory-in-bash#414316 Feb 06 16:41:37 in Python https://stackoverflow.com/a/701430 Feb 06 16:41:57 haven't tested either of those though Feb 06 17:48:40 thanks pkill9, will try later Feb 06 17:50:31 The bash version looks pretty decent at least, but if you wanna fill your schtick, use somethine like | while read i; do cp "$i" /wherever || break; done Feb 06 17:50:36 and skip the tail Feb 06 17:52:45 :D Feb 07 01:10:57 or just parameter-substitute to cp Feb 07 01:12:20 cp -t somewhere/ $(find source/ -name '*.mp3'|sort -R) Feb 07 01:12:54 cave max linelen! Feb 07 01:31:25 Wizzup: what interesting software and such currently works with maemo-kawaii to play with? is there a web browser that ppl can try out? I tried 'surf' since that was suggested as being default, but I find it tries to scroll and select text at the same time when using the stylus on it **** ENDING LOGGING AT Wed Feb 07 03:00:02 2018