几个Shell Script面试题


Posted in 面试题 onApril 18, 2014
1. How do you take a single line of input from the user in a shell script?
2. Write a script to convert all DOS style backslashes to UNIX style slashes in a list of files.
3. Write a regular expression (or sed script) to replace alloccurrences of the letter ‘f’, followed by any number of characters, followed by the letter ‘a’, followed by one or more numeric characters,followed by the letter ‘n’, and replace what’s found with the string“UNIX”.
4. What happens to a child process that dies and has no parent process to wait for it and what’s bad about this?
5. How do you create a swapfile?1. How do you take a single line of input from the user in a shell script?
2. Write a script to convert all DOS style backslashes to UNIX style slashes in a list of files.
3. Write a regular expression (or sed script) to replace all occurrences of the letter ‘f’, followed by any number of characters,followed by the letter ‘a’, followed by one or more numeric characters,followed by the letter ‘n’, and replace what’s found with the string “UNIX”.
4. What happens to a child process that dies and has no parent process to wait for it and what’s bad about this?
5. How do you create a swapfile?

Tags in this post...

面试题 相关文章推荐
几道PHP的面试题
May 19 面试题
Tomcat中怎么使用log4j输出所有的log
Jul 07 面试题
下述程序的作用是计算机数组中的最大元素值及其下标
Nov 26 面试题
说一下mysql, oracle等常见数据库的分页实现方案
Sep 29 面试题
SQL里面如何插入自动增长序列号字段
Mar 29 面试题
诺思信科技(南京)有限公司.NET笔试题答案
Jul 06 面试题
应届生.NET方向面试题
May 23 面试题
.TTL是什么?有什么用处,通常那些工具会用到它?(ping? traceroute? ifconfig? netstat?)
May 09 面试题
AJAX都有哪些有点和缺点
Nov 03 面试题
现在输入n个数字,以逗号,分开;然后可选择升或者降序排序;按提交键就在另一页面显示按什么排序,结果为,提供reset
Nov 09 面试题
Java中会存在内存泄漏吗,请简单描述
Dec 22 面试题
J2EE中常用的名词进行解释
Nov 09 面试题
介绍一下write命令
Aug 10 #面试题
Linux操作面试题
Feb 11 #面试题
几个Linux面试题笔试题
Aug 01 #面试题
LINUX下线程,GDI类的解释
Apr 17 #面试题
什么是用户模式(User Mode)与内核模式(Kernel Mode) ?
Jul 21 #面试题
下列程序在32位linux或unix中的结果是什么
Jan 26 #面试题
一些Solaris面试题
Mar 22 #面试题
You might like
粗略计算在线时间,bug:ip相同
2006/12/09 PHP
PHP数据缓存技术
2007/02/14 PHP
preg_match_all使用心得分享
2014/01/31 PHP
谈谈PHP中substr和substring的正确用法及相关参数的介绍
2015/12/16 PHP
laravel 验证错误信息到 blade模板的方法
2019/09/29 PHP
PHP数组与字符串互相转换实例
2020/05/05 PHP
js正确获取元素样式详解
2009/08/07 Javascript
基于jQuery的树控件实现代码(asp.net+json)
2010/07/11 Javascript
最新的10款jQuery内容滑块插件分享
2011/09/18 Javascript
jquery对dom的操作常用方法整理
2013/06/25 Javascript
js判断浏览器类型为ie6时不执行
2014/06/15 Javascript
js实现简单计算器
2015/11/22 Javascript
angularjs表格分页功能详解
2016/01/21 Javascript
CSS3 3D 技术手把手教你玩转
2016/09/02 Javascript
浅谈js常用内置方法和对象
2016/09/24 Javascript
NodeJS学习笔记之Module的简介
2017/03/24 NodeJs
webpack分离css单独打包的方法
2018/06/12 Javascript
vue路由--网站导航功能详解
2019/03/29 Javascript
layui中select,radio设置不生效的解决方法
2019/09/05 Javascript
关于小程序优化的一些建议(小结)
2020/12/10 Javascript
[09:33]2015国际邀请赛第四日TOP10
2015/08/08 DOTA
详解Django框架中用户的登录和退出的实现
2015/07/23 Python
pandas object格式转float64格式的方法
2018/04/10 Python
Python处理中文标点符号大集合
2018/05/14 Python
Python检测数据类型的方法总结
2019/05/20 Python
Python字典中的值为列表或字典的构造实例
2019/12/16 Python
tensorflow 实现自定义layer并添加到计算图中
2020/02/04 Python
利用纯html5绘制出来的一款非常漂亮的时钟
2015/01/04 HTML / CSS
Rosetta Stone官方网站:语言学习
2019/01/05 全球购物
金融专业大学生职业生涯规划范文
2014/01/16 职场文书
硕士生工作推荐信
2014/03/07 职场文书
亮剑精神演讲稿
2014/05/23 职场文书
大专毕业生求职信
2014/07/05 职场文书
复试通知单模板
2015/04/24 职场文书
公司处罚决定书
2015/06/24 职场文书
nginx 配置指令之location使用详解
2022/05/25 Servers