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

搜索资源列表

  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. 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. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:327175
    • 提供者:
  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. minishell

    0下载:
  2. 模拟实现一个迷你小内核,可以完成linux内核内部的如ls,ps等系统命令-Analog realization of a mini core, to be completed within the linux kernel, such as ls, ps and other system commands
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2299
    • 提供者:顔瞳
  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. ftpd

    0下载:
  2. A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:7150
    • 提供者:陈绍辉
  1. ls

    0下载:
  2. linux的文件系统的ls命令,包括加入功能-a等选项,完善的ls命令-linux file system of the ls command, including adding features such as option-a perfect ls command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:979
    • 提供者:still
  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. ls

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

    • 发布日期:2017-04-08
    • 文件大小:1407
    • 提供者:徐猛
  1. ls-src

    0下载:
  2. linux内核源码,ls命令源码,包括四个文件ls.c、ls.h、ls-dir.c、ls-ls.c、ls-vdir.c。- This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either ve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:29790
    • 提供者:wangfeng
  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. ls

    0下载:
  2. linux系统命令ls的编写,包括若干参数的编写。-linux system command ls preparation, including the preparation of a number of parameters.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-09
    • 文件大小:10571
    • 提供者:urey
  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. 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. 这个是自己写的用c语言实现类似linux的命令ls显示当前目录下的文件详细信息列表,主要是对目录的操作,以及怎样显出在终端的布局。-This is written in their own C language used to achieve similar to the Linux LS command to display a list of the current directory files with information, is mainly to the directory op
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:lxtang
  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. linux操作系统编程标准实验报告

    0下载:
  2. 本实验报告涉及ls,cp,lscp,线程,进程,生产者消费者,哲学家进餐(This is a Linux C report, which includes the source code of ls, cp, lscp, producter & consumer and philospher.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:1823744
    • 提供者:cos哥
  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
    • 提供者:岚叶
« 12 3 »
搜珍网 www.dssz.com