搜索资源列表
linux_shell_code
- 常用的linux shell 源代码!如cp ls cat
os
- 操作系统接口:兼容Unix 和Linux 命令接口。 为Windows 操作系统建立一个兼容Unix 命令的命令接口; 实现命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdir,cd,help,exit命令的内容与详细格式请查阅unix 命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。
cp
- copy是一个电脑玩家,最常用的命令,希望大家好好学学这个命令,不管是对你的LINUX知识还是C语言都会有很大的提升-copy is a computer player, the most commonly used commands, I hope you' ll learn in this order, whether the knowledge of your LINUX or C language will have greatly improved
cp.c
- linux下copy命令的一个实现,显示进度-an implementation of linux copy command with progress showed. . .
scp.tar
- 一个网络传输文件程序,格式仿照linux中CP命令,服务器和客户端之间可以互相拷贝文件-Procedures for a network to transfer files, format modeled on linux in the CP command, the server and the client will be possible to copy files between
interrupt
- interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #
Linuxcommand
- linux 中 常用的命令,超级棒,几乎包括所有的linux 常用的操作指令,cp,mv,su,mkdir-the command of linux
secnod
- 一个简单的LINUX CP操作代码希望对大家有帮助,代码非常的简单-LINUX CP operation of a simple code that you want to help, the code is very simple
src
- linux 系统命令源代码 more yes ls cp -linux system command source code more yes ls cp. . . .
cp.tar
- C语言实现linux下简单的文件夹拷贝功能,包含可执行文件,用法见源文件说明-The simple realization of the folder linux copy
cp
- 复制 在linux下的复制操作,源代码复制的源代码-Copy under linux copy operation, the source code
cpfull
- linux cp 等源代码 供参考学习-linux cp, etc. to learn the source code for reference
cp
- 在终端实现拷贝 像cp那样的功能 输入三个参数 -linux cp
cp-touch-cat
- linux环境下 用c来实现部分shell指令的功能 cp touch cat等-with c under linux environment to achieve some function of the shell command cp touch cat, etc.
cp
- linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
CP
- linux中实现cp [-r]命令,不仅能复制文件,也能移动文件或文件夹到另外一个文件夹中。-linux achieve cp [-r] command, not only to copy files, but also to move a file or folder to another folder.
cp.c
- 该程序由C语言编写,基于Linux系统,Windows需要用户自行修改-The program is written by C language, based on Linux system, Windows users need to modify
threadPool
- 线程池使用例程,内含线程池的定义和使用例程。另外含有一个个人编写的使用线程池的多线程COPY程序,采用命令行形式,命令格式类似于linux下cp命令,支持单文件,多文件,目录移动,重命名,文件覆盖等功能,程序采用模拟堆栈的方式递归目录,能够完整的保持目录结构的进行COPY。-Thread pool using the routines, containing the definition of the thread pool and use of routine. Also contains a
新建文本文档
- 在linux上用C语言实现一个shell中cp命令的功能,完成对目录和文件的的复制(On the Linux, using C language to achieve a shell command function in CP, to complete the directory and file replication)
linux操作系统编程标准实验报告
- 本实验报告涉及ls,cp,lscp,线程,进程,生产者消费者,哲学家进餐(This is a Linux C report, which includes the source code of ls, cp, lscp, producter & consumer and philospher.)