Giter VIP home page Giter VIP logo

ls's Introduction

Copyright (c) 2011 Zhu Jinliang

Overview:
----------
It is just like the shell command ls, but it is realized by C language.

How to use:
---------
Do as this:
cd ls
make     #compile the ls.c,then will creat "ls" which is an executable file. 

Then there will be an executable file exists. Now, you can run it by clicking 
"./ls" into the terminal.

Function:
----------
1.与ls命令类似,命令行参数可以有0到多个 
2.0个参数:列出当前目录下所有文件 
3.参数为目录:列出目录下所有文件 
4.-a:列出目录下所有文件包括以“.”和“..”开头的
5.-d:当遇到目录时列出目录本身而非目录内的文件
6.-l:使用较长格式列出信息
7.-S:根据文件大小排序
8.-t:根据文件修改时间排序

Note:
-------
Since the author's ability is limited, the software may exist many bugs that I
didn't have found and solve them. Please write them in a file, and send to me 
if possible. I'll appreciate your work very much!

Contact:
---------
If you want to make contact with me, mail me at this:
zhujinlianghust#gmail.com

-Zhu Jinliang, Nov 2011

ls's People

Contributors

jlzhucas avatar

Watchers

James Cloos avatar Trevor DeWitt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.