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

搜索资源列表

  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
    • 文件大小:6456
    • 提供者: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
    • 文件大小: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-29
    • 文件大小:1552
    • 提供者:李淑怡
  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. myls

    0下载:
  2. 在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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1992
    • 提供者:李俊
  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-30
    • 文件大小: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. lscode.tar

    0下载:
  2. 用C语言实现unix/linux下 ls -l 命令,里面的注释都是英文的但比较容易读懂-Unix/linux using C language under the ls-l command inside the notes are in English, but relatively easy to read
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2263
    • 提供者:龚堆
  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
    • 文件大小:2050
    • 提供者:ocean
  1. linux_order

    0下载:
  2. linux下实现 (源码) who -H cp -r ls -l -a tail -l -n -linux realizing who-H cp-r ls-l-a tail-l-n
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:7099
    • 提供者:damon
  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. my_ls_l.c

    0下载:
  2. 对linux 系统命令 ls -l命令的实现,通过gcc编译,查看目录下文件基本信息。-On linux system command ls-l command achieved through gcc compiler, view files under basic information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1357
    • 提供者:李享
  1. linux_ls_-l

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

    • 发布日期:2017-04-08
    • 文件大小:1778
    • 提供者:zhengli
  1. myls

    4下载:
  2. 在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:7168
    • 提供者:azioli
  1. ls

    0下载:
  2. 程序实现了linux下ls的基本功能,实现显示记录总数,实现-l等共能-achieved under linux ls of
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7094
    • 提供者:zgs
  1. ls

    0下载:
  2. 使用opendir、readdir、closedir等函数来操作目录,使用stat函数来获取文件信息。编写一个功能完整的实现Unix/Linux下ls命令的程序,并且该程序实现了-l(长格式)选项功能,并能在Unix/Linux环境下正确地运行。-Use opendir, readdir, close to operate functions such as directory, use the stat function to get file information. Write a ful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1248
    • 提供者:Selena Wang
  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