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

搜索资源列表

  1. Linux_myshell

    0下载:
  2. 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:41294
    • 提供者:jason
  1. ls2

    0下载:
  2. linux下的ls指令,可以实现,这个是改进版-linux under the ls command, can be achieved, this improved version is
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1658
    • 提供者:吴阳辉
  1. ls02

    0下载:
  2. 在linux下实现ls -R功能,去年做的-in linux under ls-R functions, so last year
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1056
    • 提供者:燕子
  1. linux_ls

    0下载:
  2. 此程序在linux下实现了类似ls的功能,同时将目标目录的内容存入文件!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:yuhongzhi
  1. Linuxorders

    0下载:
  2. Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的详细用法
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:34490
    • 提供者:杨俊营
  1. linux_shell_code

    0下载:
  2. 常用的linux shell 源代码!如cp ls cat
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:225283
    • 提供者:wizard
  1. Shell.bak20070428

    0下载:
  2. 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4087
    • 提供者:真实姓
  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. linuxtrycode

    0下载:
  2. linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls )
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-18
    • 文件大小:338109
    • 提供者:jialin
  1. ls

    0下载:
  2. 在linux环境下实现linux系统命令ls的功能,c源代码-In the Linux environment, we can realize the function of Linux command ls, c source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1881
    • 提供者:王杰
  1. ls-chl-setup

    0下载:
  2. Linkstation LS-CHL Info for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:wofongper
  1. ls

    0下载:
  2. linux中shell命令ls功能的实现,查看当前目录中的文件及文件的权限-ls functions to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1166
    • 提供者:黄锐龙
  1. ls.c.tar

    0下载:
  2. 使用c语言重写Linux的ls命令,实现浏览目录的功能。-come true the function of read directories in linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3002
    • 提供者:micheal
  1. ls

    0下载:
  2. All rights reserved. The Berkeley software License Agreement Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5419
    • 提供者:sqmtjl
  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--lR

    1下载:
  2. 实现linux下命令ls -lR的功能,程序使用lstat语句以及dir结构-Linux to achieve the order ls-lR function
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:831
    • 提供者:l
  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编程

  1. os_file

    2下载:
  2. 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:375808
    • 提供者:Greenyy
  1. myshell

    0下载:
  2. 实现一个简单的shell,可以执行ls命令(To implement a simple shell, you can execute the LS command)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:岚叶
  1. kmpa

    0下载:
  2. ofdm信道估计仿真ls算法,mmse算法,还有一种改进的mmse算法lmmse,可以直接在马特拉并上运行()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:khgusyine
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com