Welcome![Sign In][Sign Up]
Location:
Search - myls

Search list

[Linux-Unixmyls

Description: 完成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 file name and directory name, asked executable file with a * Finally, the last name of the
Platform: | Size: 2215 | Author: 叶黎 | Hits:

[Linux-Unixmyls

Description: 完成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 file name and directory name, asked executable file with a* Finally, the last name of the
Platform: | Size: 2048 | Author: 叶黎 | Hits:

[Linux-Unixmyls

Description: LINUX下FTP服务器需要的list。个人觉得还不错-LINUX required under the FTP server of the list
Platform: | Size: 1024 | Author: aidy22 | Hits:

[Internet-Networkmyls

Description: Programm, which works like ls or dir in unix
Platform: | Size: 1024 | Author: zzzzz | Hits:

[Embeded Linuxmyls

Description: 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
Platform: | Size: 2048 | Author: 李俊 | Hits:

[Linux-Unixmyls

Description: 自己编写的Linux下的C程序,实现ls命令的功能。 可选参数有-a -l -al 后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。 输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands. Optional parameters are-a-l and-al Can be followed with the directory or file name. If the command doesn t contain the path, the default is the current directory path. Correct command format will be displayed if inputed incorrect commands.
Platform: | Size: 2048 | Author: 李淑怡 | Hits:

[matlabMyLS

Description: 最小二乘法Matlab编程实现//最小二乘法Matlab编程实现-Least Squares Matlab Programming Least Squares Matlab Programming
Platform: | Size: 1024 | Author: dugumengyouzi | Hits:

[Linux-Unixmyls

Description: 在linux下,用C编写一个能够实现类似shell ls命令功能的程序-In linux, using C to write a similar shell ls command to achieve the program functions
Platform: | Size: 1024 | Author: 丁凡 | Hits:

[Linux-Unixmyls

Description: myls.c "ls -la" recursively searches all directories and colors the files for readability. a basic and important example for system programming.
Platform: | Size: 1024 | Author: Baik | Hits:

[Internet-Networkmyls

Description: 这个模块的代码主要是模拟在linux 系统下的Ls命令的功能。-The code of this module is to simulate the Ls in the linux system command capabilities.
Platform: | Size: 8192 | Author: | Hits:

[Linux-Unixmyls

Description: Linux下用C语言实现控制台ls -al-Implemented in C under Linux console ls-al
Platform: | Size: 1024 | Author: 张俊杰 | Hits:

[Linux-Unixmyls

Description: 自己在Linux系统下实现的一个类似ls命令的功能-Achieve a similar function of the ls command. . .
Platform: | Size: 2048 | Author: 娄德成 | Hits:

[Linux-Unixmyls.tar

Description: 本人是一初学者,这是一简单的ls,愿与大家分享,支持-l,-a等参数,-I was a beginner, this is a simple ls-l,-a parameter would like to share with you, to support
Platform: | Size: 2048 | Author: ziqiang | Hits:

[Driver Developmain

Description: 实现myls的功能,linux课的小程序,希望对大家有帮助-Achieve functionality of myls, Linux lesson program, we want to help
Platform: | Size: 3072 | Author: 杨翔 | Hits:

[Embeded LinuxNormal-files-directories-

Description: 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime()函数的用法。 -Ordinary files and directories programming. Program mycp.c copy function that reads files from the command line with the original file system calls. 2. Write programs mycat.c, and display the contents of the file, the original file system call implementation. 3, with the stream file system function to re-write the above program. Call directory function, write program myls.c, and display the current directory file list in the following format: file name, file size of the file creation time attention to studying the conversion of the file creation time, that is how the number of seconds since January 1, 1970 converted to a string that represents the time to show up, pay attention to the research asctime () function ctime () function usage.
Platform: | Size: 12288 | Author: weiwei | Hits:

[Documentsmyls

Description: ls 命令列表的详细信息,可以指定路径(绝对路径)-LS the message about the rode or local,if the rode please enter base rode
Platform: | Size: 1024 | Author: scc | Hits:

[Linux-Unixmyls

Description: 在linux环境下使用C语言编写的一个myls程序,实现类似linux的ls命令。实现的命令选项:-a、-l、-i、-d、-t、-F、-R-In linux environment using C language a myls program to achieve similar linux ls command. Achieve command options:-a,-l,-i,-d,-t,-F,-R
Platform: | Size: 7168 | Author: azioli | Hits:

[Linux drivermyls

Description: myls 实现对输出的文件、目录进行排序等功能。-myls achieve the output file, directory, sort and other functions.
Platform: | Size: 2048 | Author: 范轶聪 | Hits:

[Linux-Unixmyls.tar

Description: ls命令的简单实现。myls.c myls -a myls -l myls myls filename myls -r -simple implementation of the ls command. myls-a myls-l myls myls filename
Platform: | Size: 3072 | Author: 洋洋 | Hits:

[Linux-Unixmyls

Description: 大连东软信息学院 Linux 项目,实现myls,-i,-l,查看目录文件等功能-Linux myls
Platform: | Size: 2048 | Author: 疯狂的鬼鱼 | Hits:
« 12 »

CodeBus www.codebus.net