File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ node_modules /
3
+ .deploy
4
+ template /
Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ Linux Command
21
21
- [ 设备管理] ( #设备管理 ) Device Commands
22
22
- [ 电子邮件与新闻组] ( #电子邮件与新闻组 )
23
23
- [ 其他命令] ( #其他命令 ) Misc Commands
24
+ - [ Node调用] ( #node调用 )
24
25
25
26
- [ Linux学习资源整理] ( #linux学习资源整理 )
26
27
- [ 社区网站] ( #社区网站 )
27
28
- [ 知识相关] ( #知识相关 )
28
29
- [ 软件工具] ( #软件工具 )
29
30
- [ 中国开源镜像站点] ( #中国开源镜像站点 )
30
31
32
+
31
33
## Linux命令分类
32
34
33
35
* 这里存放Linux 命令大全并不全,你可以通过[ linux-command] ( https://jaywcjlove.github.io/linux-command/ ) 来搜索,它是把 [ command] ( ./command ) 目录里面搜集的命令,生成了静态HTML并提供预览以及索引搜索。*
@@ -80,8 +82,23 @@ archive、ctlinnd、elm、getlist、inncheck、mail、mailconf、mailq、message
80
82
81
83
yes
82
84
85
+ ### Node调用
86
+
87
+ ```
88
+ npm install linux-command
89
+ ```
90
+
91
+
92
+ ``` js
93
+ var comm = require (" linux-command" )
94
+ console .log (" ---->" ,comm .ls )
95
+
96
+ ```
97
+
98
+
83
99
## Linux学习资源整理
84
100
101
+
85
102
### 社区网站
86
103
87
104
- [ Linux中国] ( https://linux.cn/ ) - 各种资讯、文章、技术
Original file line number Diff line number Diff line change 2
2
"name" : " linux-command" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Linux Command" ,
5
- "main" : " dist/data.js " ,
5
+ "main" : " dist/data.json " ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
8
"start" : " node build/compile.js" ,
You can’t perform that action at this time.
0 commit comments