命令:ls *.*的作用是什么???
正确答案好象是:
A list of all files in the present working directory that have a dot in the name, but not as a first character.
不解阿。。。高手赐教。。。
----------------------------------------------------------------
如果目录里没有格式为 *.*的文件的时候,报以下错误,是正常的啊。上面的也说清楚了啊,文件名必须带有“.”,而且不能以“.”为文件名的第一个字符。
ls: *.*: No such file or directory