几个Shell Script面试题


Posted in 面试题 onAugust 31, 2012
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实现邮件发送
Dec 26 面试题
空字符串(“”)和null的区别
Nov 13 面试题
南京迈特望C/C++面试题
Jul 09 面试题
输入N,打印N*N矩阵
Feb 20 面试题
数组越界问题
Oct 21 面试题
如何查询Oracle数据库中已经创建的索引
Oct 11 面试题
System.Array.CopyTo()和System.Array.Clone()有什么区别
Jun 20 面试题
TCP/IP中的TCP和IP分别承担什么责任
Apr 21 面试题
linux面试题参考答案(1)
Jan 22 面试题
Solaris操作系统的线程机制
Dec 23 面试题
什么是Linux虚拟文件系统VFS
Jan 31 面试题
Python里面如何拷贝一个对象
Feb 17 面试题
介绍一下write命令
Sep 24 #面试题
Linux操作面试题
May 16 #面试题
几个Linux面试题笔试题
Dec 01 #面试题
LINUX下线程,GDI类的解释
Dec 14 #面试题
什么是用户模式(User Mode)与内核模式(Kernel Mode) ?
Sep 07 #面试题
下列程序在32位linux或unix中的结果是什么
Mar 25 #面试题
一些Solaris面试题
Dec 22 #面试题
You might like
php中session定期自动清理的方法
2015/11/12 PHP
thinkphp,onethink和thinkox中验证码不显示的解决方法分析
2016/06/06 PHP
基于thinkPHP框架实现留言板的方法
2016/10/17 PHP
php readfile()修改文件上传大小设置
2017/08/11 PHP
phpQuery采集网页实现代码实例
2020/04/02 PHP
jQuery asp.net 用json格式返回自定义对象
2010/04/07 Javascript
jquery-easyui关闭tab自动切换到前一个tab
2010/07/29 Javascript
Jquery 例外被抛出且未被接住原因介绍
2013/09/04 Javascript
JavaScript中的函数重载深入理解
2014/08/04 Javascript
AngularJS表单编辑提交功能实例
2015/02/13 Javascript
javascript中SetInterval与setTimeout的定时器用法
2015/08/24 Javascript
深入学习JavaScript对象
2015/10/13 Javascript
JavaScript学习总结之JS、AJAX应用
2016/01/29 Javascript
利用Javascript裁剪图片并存储的简单实现
2017/03/13 Javascript
jQuery轻松实现无缝轮播效果
2017/03/22 jQuery
socket io与vue-cli的结合使用的示例代码
2018/11/01 Javascript
JavaScript简单实现的仿微博留言功能示例
2019/01/17 Javascript
分享一个vue项目“脚手架”项目的实现步骤
2019/05/26 Javascript
JS如何操作DOM基于表格动态展示数据
2020/10/15 Javascript
如何使用 vue-cli 创建模板项目
2020/11/19 Vue.js
详尽讲述用Python的Django框架测试驱动开发的教程
2015/04/22 Python
Python程序中的观察者模式结构编写示例
2016/05/27 Python
深入理解Python变量与常量
2016/06/02 Python
pyqt5的QWebEngineView 使用模板的方法
2018/08/18 Python
Python实现求两个数组交集的方法示例
2019/02/23 Python
python实现小球弹跳效果
2019/05/10 Python
python3实现二叉树的遍历与递归算法解析(小结)
2019/07/03 Python
Flask框架模板继承实现方法分析
2019/07/31 Python
Python 多线程其他属性以及继承Thread类详解
2019/08/28 Python
python Dijkstra算法实现最短路径问题的方法
2019/09/19 Python
css3截图_动力节点Java学院整理
2017/07/11 HTML / CSS
中专生职业生涯规划书范文
2013/12/29 职场文书
5s推行计划书
2014/05/06 职场文书
出资证明书范本(标准版)
2014/09/24 职场文书
Python torch.flatten()函数案例详解
2021/08/30 Python
Python通过loop.run_in_executor执行同步代码 同步变为异步
2022/04/11 Python