Loading res/xml/command_list.xml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ <command commandId="mountpointinfo" commandPath="/system/bin/mount" commandArgs="" /> <!-- List/Find/Info --> <command commandId="ls" commandPath="/system/bin/ls" commandArgs="%1$s 1> /dev/null && /system/xbin/stat -t %1$s.* %1$s* 2>&1" /> <command commandId="ls" commandPath="/system/bin/ls" commandArgs="%1$s 1> /dev/null && /system/xbin/stat -t %1$s.* %1$s* 2> /dev/null" /> <command commandId="fileinfo" commandPath="/system/xbin/stat" commandArgs="-t %1$s 2>&1" /> <command commandId="find" commandPath="/system/xbin/find" commandArgs="%1$s \\( -name %2$s -o -name %3$s -o -name %4$s -o -name %5$s -o -name %6$s \\) -exec /system/xbin/stat -t {} 2>&1 \\;" /> <command commandId="quickfoldersearch" commandPath="/system/bin/ls" commandArgs="-aFd %1$s.* %1$s* 2> /dev/null | /system/xbin/grep -e '^d' -e '^ld' | /system/xbin/cut -d" " -f2-" /> Loading Loading
res/xml/command_list.xml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ <command commandId="mountpointinfo" commandPath="/system/bin/mount" commandArgs="" /> <!-- List/Find/Info --> <command commandId="ls" commandPath="/system/bin/ls" commandArgs="%1$s 1> /dev/null && /system/xbin/stat -t %1$s.* %1$s* 2>&1" /> <command commandId="ls" commandPath="/system/bin/ls" commandArgs="%1$s 1> /dev/null && /system/xbin/stat -t %1$s.* %1$s* 2> /dev/null" /> <command commandId="fileinfo" commandPath="/system/xbin/stat" commandArgs="-t %1$s 2>&1" /> <command commandId="find" commandPath="/system/xbin/find" commandArgs="%1$s \\( -name %2$s -o -name %3$s -o -name %4$s -o -name %5$s -o -name %6$s \\) -exec /system/xbin/stat -t {} 2>&1 \\;" /> <command commandId="quickfoldersearch" commandPath="/system/bin/ls" commandArgs="-aFd %1$s.* %1$s* 2> /dev/null | /system/xbin/grep -e '^d' -e '^ld' | /system/xbin/cut -d" " -f2-" /> Loading