一、什么是shell
在计算机科学中,Shell俗称壳(用来区别于核),是指“为使用者提供操作界面”的软件(命令解析器)。它类似于DOS下的command.com和后来的cmd.exe。它接收用户命令,然后调用相应的应用程序。
——《百度百科》

二、节选程序

三、友情参考文献的链接
0.secret
Linux Shell脚本面试25个经典问答
https://www.cnblogs.com/gala1021/p/8519456.html

1.shell程序
1)C语言实现一个精简的shell
https://blog.csdn.net/lishichengyan/article/details/78193131
2)Linux C实现简单的shell
https://blog.csdn.net/wqx521/article/details/50894661
3)如何实现linux的Shell下按键盘的上下方向键就可以出现以前的命令r> https://bbs.csdn.net/topics/80237574
http://bbs.chinaunix.net/forum-viewthread-tid-667725.html
4)如何实现按下Tab键自动补全匹配的字符串并输出r> http://bbs.chinaunix.net/thread-656271-1-1.html
5)linux 读取键盘上下左右键小程序
https://blog.csdn.net/cean1024/article/details/72903069
6)shell命令解释器实验 告
http://www.doc88.com/p-8015468209269.html
7)linux的基本操作(shell 脚本的基础知识)
https://www.cnblogs.com/zhang-jun-jie/p/9266844.html

2.shell命令
1)Linux Shell常用shell命令
https://www.cnblogs.com/zhangziqiang/p/7478075.html
2)什么是bash shell的内建(build in)命令
https://blog.csdn.net/trochiluses/article/details/9094517
3)在linux下C语言实现对键盘事件的监听
https://blog.csdn.net/alangdangjia/article/details/27697721
4)Linux下键盘键值对应input event下的code值表
https://blog.csdn.net/cyf15238622067/article/details/78431709
5)Linux命令自己总结
https://www.cnblogs.com/200911/p/4012161.html
6)真正的Linux命令大全
https://wenku.baidu.com/view/3d63178a112de2bd960590c69ec3d5bbfd0adaed.html
7)在linux中使用getch()函数
https://www.xuebuyuan.com/3221739.html
8)linux环境下,清空history中记录的历史命令
https://www.cnblogs.com/chuanzhang053/p/9030834.html
9)linux 清空历史命令
https://www.cnblogs.com/hellojesson/p/9984518.html
10)Linux下的输入/输出重定向
https://www.cnblogs.com/fengkang1008/p/4652265.html
11)Linux中重定向
https://www.cnblogs.com/crazylqy/p/5820957.html
12)Linux的bg和fg命令简单介绍
https://www.cnblogs.com/oxspirt/p/8583307.html
13)Unix或Linux中&、jobs、fg、bg等命令的使用方法
https://blog.csdn.net/jimmy1357/article/details/46826133
14)linux:帮助命令help、man、info
https://www.cnblogs.com/kumata/p/8993914.html
15)Linux命令类型和执行顺序-type命令
https://blog.csdn.net/u010599211/article/details/85335864
16)Linux type命令的用法
https://blog.csdn.net/jiaxinhong/article/details/82826314
17)使用命令把前台和后台的进程互相转换
https://www.cnblogs.com/liu1026/p/8962440.html
18)Linux shell中运行可执行程序后加上&的作用
https://blog.csdn.net/oscarjulia/article/details/70272445
19)GNU Readline 库及编程简介
https://www.cnblogs.com/hazir/p/instruction_to_readline.html
20)readline库的简单使用
https://blog.csdn.net/xuancbm/article/details/81436681

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2019年7月5日
下一篇 2019年7月5日

相关推荐