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
    • 文件大小:3161
    • 提供者:姚璇
  1. myls

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

    • 发布日期:2008-10-13
    • 文件大小:2215
    • 提供者:叶黎
  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
    • 文件大小:11295
    • 提供者:叶黎
  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
    • 文件大小:1286
    • 提供者:糖糖
  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-27
    • 文件大小:879
    • 提供者:彭晓
  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-28
    • 文件大小:1552
    • 提供者:李淑怡
  1. bash-4.1_modify.tar

    0下载:
  2. 改写bash4.1的bashhist.c部分内容,完成审计的直接向远端的发送,信息丰富如下: PID=23244,PPID=23242,TIME=1348019885,TTY=/dev/pts/2,ORG=192.168.198.1,SRC=root,USER=root,DIR=/siem,CMD=ls -l-To rewrite bash4.1 the bashhist.c part to complete the audit sent directly to the remote, ri
  3. 所属分类:Crack_Hack

    • 发布日期:2017-10-31
    • 文件大小:6919492
    • 提供者:holy
  1. ls

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

    • 发布日期:2017-03-28
    • 文件大小:20592
    • 提供者: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
    • 文件大小:872
    • 提供者:ak-47
  1. Linux_share

    0下载:
  2. 一个实现基本功能的shell命令解释器,具有带参数例如ls -l -h,管道,重定向,后台,等功能。-Implementation of the basic functions of a shell command interpreter, with band parameters such as ls-l-h, pipelines, redirection, Backgrounds, and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:6117
    • 提供者:默许东
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1655
    • 提供者:CC
  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-30
    • 文件大小:15537
    • 提供者:李可文
  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-03-31
    • 文件大小:33692
    • 提供者:金东
  1. newshell

    0下载:
  2. 实现一个简单的shell,支持简单命令,例如ls,pwd,ls -l等,还支持cd内建命令。-Implement a simple shell, supports simple commands such as ls, pwd, ls-l and so on, also supports the cd built-in command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1115
    • 提供者:
  1. my_ls

    1下载:
  2. linux下ls命令的实现,可以实现ls命令,已经后面加-a,-l,-i的命令。-Under the realization of the command ls Linux, can realize the ls, has ordered added-a,-l,-I command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2421
    • 提供者:wangaopeng
  1. fork_test.c.tar

    0下载:
  2. shell下面子命令的程序框架,以ls -l 为例子。 对fork的应用实例。-ready for shell,how to create an easy shell in the linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2725
    • 提供者:tiange
  1. ls

    0下载:
  2. 模拟Linux下的ls,实现包括-a,-l,-al,以及不同类型文件的着色处理-The ls under Linux emulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1407
    • 提供者:徐猛
  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
    • 文件大小:1475
    • 提供者:
  1. ls -l

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

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:飞飞鹰
  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 »
搜珍网 www.dssz.com