几个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...

面试题 相关文章推荐
什么是java序列化,如何实现java序列化
Nov 14 面试题
JRE、JDK、JVM之间的关系怎样
May 16 面试题
如何打印出当前源文件的文件名以及源文件的当前行号
Apr 05 面试题
面向对象概念面试题(.NET)
Nov 04 面试题
linux面试题参考答案(10)
Nov 04 面试题
常见的软件开发流程有哪些
Nov 14 面试题
Java面试题:说出如下代码的执行结果
Oct 30 面试题
JAVA招聘远程笔试题
Jul 23 面试题
简单的JAVA编程面试题
Mar 19 面试题
德尔福集团DELPHI的笔试题
Feb 22 面试题
在DELPHI中调用存储过程和使用内嵌SQL哪种方式更好
Nov 22 面试题
介绍一下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
一个ftp类(ini.php)
2006/10/09 PHP
excellent!――ASCII Art(由目标图象生成ascii)
2007/02/20 PHP
获取用户Ip地址通用方法与常见安全隐患(HTTP_X_FORWARDED_FOR)
2013/06/01 PHP
laravel如何开启跨域功能示例详解
2017/08/31 PHP
JavaScript 工具库 Cloudgamer JavaScript Library v0.1 发布
2009/10/29 Javascript
关于Jqzoom的使用心得 jquery放大镜效果插件
2010/04/12 Javascript
JS格式化数字金额用逗号隔开保留两位小数
2013/10/18 Javascript
window.location不跳转的问题解决方法
2014/04/17 Javascript
使用javascript实现监控视频播放并打印日志
2015/01/05 Javascript
浅谈js 闭包引起的内存泄露问题
2015/06/22 Javascript
JavaScript实现图片轮播的方法
2015/07/31 Javascript
Bootstrap实现响应式导航栏效果
2015/12/28 Javascript
javascript事件处理模型实例说明
2016/05/31 Javascript
JavaScript中无法通过div.style.left获取值的解决方法
2017/02/19 Javascript
vue.js从安装到搭建过程详解
2017/03/17 Javascript
AngularJS中filter的使用实例详解
2017/08/25 Javascript
JavaScript实现的原生态兼容IE6可调可控滚动文字功能详解
2017/09/19 Javascript
js + css实现标签内容切换功能(实例讲解)
2017/10/09 Javascript
解决LayUI表单获取不到data的问题
2018/08/20 Javascript
Vue-cli3简单使用(图文步骤)
2019/04/30 Javascript
node Buffer缓存区常见操作示例
2019/05/04 Javascript
ES6 let和const定义变量与常量的应用实例分析
2019/06/27 Javascript
python实现定制交互式命令行的方法
2014/07/03 Python
Python socket.error: [Errno 98] Address already in use的原因和解决方法
2014/08/25 Python
python判断文件是否存在,不存在就创建一个的实例
2019/02/18 Python
Django利用cookie保存用户登录信息的简单实现方法
2019/05/27 Python
Python 分享10个PyCharm技巧
2019/07/13 Python
Python根据服务获取端口号的方法
2019/09/25 Python
python批量修改xml属性的实现方式
2020/03/05 Python
Python Selenium模块安装使用教程详解
2020/07/09 Python
办公室前台岗位职责
2014/01/04 职场文书
公司股份转让协议书范本
2015/01/28 职场文书
优质服务标语口号
2015/12/26 职场文书
运动会主持人开幕词
2016/03/04 职场文书
python之django路由和视图案例教程
2021/07/26 Python
Prometheus 监控MySQL使用grafana展示
2021/08/30 MySQL