无法执行"统计"在Android 2.3.4命令未找到

问题描述:

所以我使用的亚行外壳当前连接到我的Andr​​oid手机。当我做统计文件
我得到这个消息:

So I am currently connected to my android phone using adb shell. When I do "stat file" I get this message:

stat: not found

我是否需要安装此脚本还是什么? Im在一个2.3.4姜饼。

Do I need to install this script or what? Im on a 2.3.4 Gingerbread.

stat命令不可用在设备上。有一组非常有限的可用命令。在此列出:

the stat command is not available on the device. There is a very limited set of commands available. They are listed here:

http://developer.android.com/guide/developing/tool​​s/ adb.html

什么是你想怎么办?