CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ls -l

搜索资源列表

  1. Linux1

    0下载:
  2. Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep \"Jun 27\" | grep 1998 下面这个scr ipt,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find - print | ls-l -- full-
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.09kb
    • 提供者:姚璇
  1. myls

    2下载:
  2. 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:叶黎
  1. myshell

    0下载:
  2. 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.03kb
    • 提供者:叶黎
  1. aprogramofTelnet

    0下载:
  2. 编程实现telnet,即:比如我们平时要输一条命令:ls -l 现在我想直接用程序发出这条命令,并且接受反馈回来的信息-Programming telnet, namely : For instance, we usually lose one order : ls-l Now I would like to use the procedures issued this order and receive feedback information
  3. 所属分类:Telnet服务器

    • 发布日期:2008-10-13
    • 文件大小:80.65kb
    • 提供者:yu
  1. demo_ls-l

    0下载:
  2. a demo of command of \"ls -l\"-a demo of command of the "ls-l"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:糖糖
  1. ls

    0下载:
  2. LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:孙谨
  1. Linux1

    0下载:
  2. Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : cp source target #将文件source 复制为 target;
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:6.3kb
    • 提供者:luxx
  1. ls.rar

    0下载:
  2. linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:879byte
    • 提供者:彭晓
  1. myls

    1下载:
  2. 自己编写的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 comma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:李淑怡
  1. ls

    0下载:
  2. linux下ls的简单实现,具体看代码-ls under linux the easy implementation, the specific code look
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20.11kb
    • 提供者:chengui
  1. lscommand

    0下载:
  2. 3.编程实现在linux中ls -l -a 命令。用c重新实现类似ls -l -a 命令-3. Programming in the linux implementation of ls-l-a command. C re-implementation with similar ls-l-a command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:872byte
    • 提供者:ak-47
  1. ubuntu_cmd

    0下载:
  2. 1 文件管理 # ls ls -a 列出当前目录下的所有文件,包括以.头的隐含文件 文件管理 # ls ls -l或ll 列出当前目录下文件的详细信息 -A document management# ls ls-a lists all files under the current directory, including. Head hidden file management# ls ls-l or ll list the current directory files for
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:15.17kb
    • 提供者:李可文
  1. ls-l.tar

    0下载:
  2. ls算法的简单程序,很有帮助,希望能对大家有用,相互帮助-ls algorithm simple procedure, very helpful,Hope it ll be useful to help each other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:32.9kb
    • 提供者:金东
  1. ls-l

    0下载:
  2. It is a simple program in C, that doing "ls -l" command.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:688byte
    • 提供者:Marek
  1. ls-tree

    0下载:
  2. 两个文件,分别简单实现linux下的ls-l功能和树形结构显示目录的tree功能。-Two files, a simple function under linux ls-l and a tree structure to display the directory tree.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2kb
    • 提供者:ocean
  1. LS

    0下载:
  2. linux中实现 ls ls -a ls -l的功能-linux achieve ls ls-a ls-l function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1.44kb
    • 提供者:
  1. linux_ls_-l

    0下载:
  2. 用c语言 实现linux下ls -l文件查看功能-Under linux ls-l function
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.74kb
    • 提供者:zhengli
  1. ls-lcode

    0下载:
  2. a c program for simulation of system call ls -l .
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:dekans
  1. ls -l

    0下载:
  2. 实现ls -l功能,打开文件夹,列出文件名,大小,详细信息(Implementation ls -l function)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:飞飞鹰
  1. ls_l

    0下载:
  2. 完整的ls –l命令(按照长格式显示当前目录下非隐藏文件的属性)。(Complete LS - L command (according to the long format attributes of non hidden files in the current directory).)
  3. 所属分类:Linux/Unix编程

« 12 3 4 »
搜珍网 www.dssz.com