Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guodongxiaren/linuxcmddiy
自己动手实现Linux命令
https://github.com/guodongxiaren/linuxcmddiy
Last synced: 25 days ago
JSON representation
自己动手实现Linux命令
- Host: GitHub
- URL: https://github.com/guodongxiaren/linuxcmddiy
- Owner: guodongxiaren
- Created: 2014-08-23T16:00:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T03:20:34.000Z (over 9 years ago)
- Last Synced: 2023-08-17T11:48:26.504Z (about 1 year ago)
- Language: C
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
my_linux_cmd
============
自己动手实现Linux命令|目录|描述
|----|----
|coreutils|shell外部命令
|builtin|shell内部命令
|custom|自定义的命令
##官方源码
[coreutils](http://ftp.gnu.org/gnu/coreutils/)
[bash](http://ftp.gnu.org/gnu/bash/)