|
发表于 2006-6-27 21:01:08
|
显示全部楼层
Post by dyhml
怀疑你们老师用的是这本书,里面有要求的全部内容:
Understanding Unix/Linux Programming - A Guide to Theory and Practice
Unix/Linux 编程实践教程
你们老师有毛病, 这些都不是shell 的功能:
dir <directory> 列目录
cd <>改变当前目录
pwd 显示当前目录名
md <directory> 创建一个目录
copy <source> <target>复制文件和目录
find 在指定的目录及其子目录中查找特定的文件
more <file>一页一页地显示文件
date 显示当前日期
time显示当前时间
ren <old name> <new name>重命名一个文件或目录
del <file or directory>删除一个文件和目录
其中的一个确实是 Shell 的功能。 |
|