-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分:1
-
G.721编解码的C源代码(使用英特尔IPP
g.721的编解码c源码(使用intel的ipp包)堪称效率最高。-g.721 arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2023-05-16 20:00:03下载
- 积分:1
-
LINUX内核分析方法谈,PDF格式
LINUX内核分析方法谈,PDF格式-LINUX essence analysis method discussed, PDF form
- 2023-05-28 20:10:03下载
- 积分:1
-
Achieved in a multi
实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
- 2022-03-11 10:20:41下载
- 积分:1
-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分:1
-
运动检测软件
motion detection software
- 2022-03-26 04:02:06下载
- 积分:1
-
触摸屏资料3,有具体实例,及相关文档,希望对大家有帮助!...
触摸屏资料3,有具体实例,及相关文档,希望对大家有帮助!-Infomation of touch screen third part.There are example and document. Hope it is useful.
- 2022-03-23 08:30:54下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55:03下载
- 积分:1
-
家庭作业,操作系统,共享内存
homework , operating system, on shared memory
- 2022-03-24 10:30:07下载
- 积分:1
-
linux下基于txx9的驱动,有利于基础此开发上层应用程序
linux下基于txx9的驱动,有利于基础此开发上层应用程序-Based on txx9 drive linux is conducive to the development of upper-based applications
- 2022-02-20 02:37:41下载
- 积分:1