View Single Post
Old 12-18-2022, 07:16 AM   #69
ottischwenk
Wizard
ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.ottischwenk ought to be getting tired of karma fortunes by now.
 
ottischwenk's Avatar
 
Posts: 2,871
Karma: 3933245
Join Date: Sep 2012
Location: Salzburg AT
Device: Boox 4/14, Like-/Meebook 1/8, Tolino 1/10, Kobo 0/5, Kindle 0/3
Quote:
Originally Posted by Renate View Post
Huh?
Just delete that line in alpha.sh that says /system/bin and see what your Tab Ultra does with that.
Code:
for a in a b c d e f g h i j k l m n o p q r s t u v w x y z
do
i=0; while [ $((i)) -lt 1000 ]; do touch $a$i; i=$(($i+1)); done;
time ls -l | wc
done
Code:
Microsoft Windows [Version 10.0.22621.963]
(c) Microsoft Corporation. Alle Rechte vorbehalten.

d:\_Reader-Smartphone\ADB>adb push alpha.sh /data/local/tmp
alpha.sh: 1 file pushed. 0.0 MB/s (160 bytes in 0.031s)

d:\_Reader-Smartphone\ADB>adb shell
BOOX:/ $ cd /sdcard
BOOX:/sdcard $ mkdir Test
mkdir: 'Test': File exists
1|BOOX:/sdcard $ cd Test
BOOX:/sdcard/Test $ chmod 755 /data/local/tmp/alpha.sh
BOOX:/sdcard/Test $ data/loca/tmp/alpha.sh
/system/bin/sh: data/loca/tmp/alpha.sh: inaccessible or not found
127|BOOX:/sdcard/Test $ /data/local/tmp/alpha.sh
: inaccessible or not found:
'data/local/tmp/alpha.sh[3]: syntax error: unexpected 'do
1|BOOX:/sdcard/Test $
127|BOOX:/sdcard/Test $ /data/local/tmp/alpha.sh
: inaccessible or not found:
'data/local/tmp/alpha.sh[3]: syntax error: unexpected 'do

Last edited by ottischwenk; 12-18-2022 at 07:36 AM.
ottischwenk is online now   Reply With Quote