文件名称:trav-dir.c
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 车*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。
主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。
可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。
也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。
如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
-This document is in linux, UNIX, or Cygwin implementation of the following compiler, gcc-o filename.c can. Their main role is to traverse the directory, according to the command line parameters can be achieved in document features such as copy files to view. Can list any one time than the update files and copy to another directory, and to maintain the directory structure does not change. Can also be out only a directory name, or simply set out a line extension of the file name. You can print file information. If users often need to back up a directory of all the following new document, then this tool very effective.
主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。
可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。
也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。
如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
-This document is in linux, UNIX, or Cygwin implementation of the following compiler, gcc-o filename.c can. Their main role is to traverse the directory, according to the command line parameters can be achieved in document features such as copy files to view. Can list any one time than the update files and copy to another directory, and to maintain the directory structure does not change. Can also be out only a directory name, or simply set out a line extension of the file name. You can print file information. If users often need to back up a directory of all the following new document, then this tool very effective.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
trav-dir.c