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

面试题 相关文章推荐
纬创Java面试题笔试题
Oct 02 面试题
实现strstr功能,即在父串中寻找子串首次出现的位置
Aug 05 面试题
将"引用"作为函数返回值类型的格式、好处和需要遵守的规则
Feb 09 面试题
一道SQL面试题
Dec 31 面试题
几个数据库方面的面试题
Jul 01 面试题
如何实现一个自定义类的序列化
May 22 面试题
C#里面如何倒序排列一个数组的元素?
Jun 21 面试题
Linux Interview Questions For software testers
May 17 面试题
中科软笔试题和面试题
Oct 07 面试题
Python如何实现单例模式
Jun 03 面试题
Boolean b = new Boolean(“abcde”); 会编译错误码
Nov 27 面试题
简单的JAVA编程面试题
Mar 19 面试题
介绍一下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过期设置
2013/06/29 PHP
php+mysql实现数据库随机重排实例
2014/10/17 PHP
thinkphp使用literal防止模板标签被解析的方法
2014/11/22 PHP
PHP生成随机字符串(3种方法)
2015/09/25 PHP
PHP使用DOM和simplexml读取xml文档的方法示例
2017/02/08 PHP
php使用curl模拟多线程实现批处理功能示例
2019/07/25 PHP
jQuery带箭头提示框tooltips插件集锦
2014/11/17 Javascript
jQuery实现宽屏图片轮播实例教程
2015/11/24 Javascript
ajax在兼容模式下失效的快速解决方法
2016/03/22 Javascript
JavaScript限制在客户区可见范围的拖拽(解决scrollLeft和scrollTop的问题)(2)
2017/05/17 Javascript
基于Vue的ajax公共方法(详解)
2018/01/20 Javascript
nodeJS进程管理器pm2的使用
2019/01/09 NodeJs
JavaScript+HTML5 canvas实现放大镜效果完整示例
2019/05/15 Javascript
uni-app自定义导航栏按钮|uniapp仿微信顶部导航条功能
2019/11/12 Javascript
JS实现横向跑马灯效果代码
2020/04/20 Javascript
基于JS实现计算24点算法代码实例解析
2020/07/23 Javascript
JavaScript实现切换多张图片
2021/01/27 Javascript
Python的print用法示例
2014/02/11 Python
python实现简单的socket server实例
2015/04/29 Python
对PyTorch torch.stack的实例讲解
2018/07/30 Python
Python全局变量与局部变量区别及用法分析
2018/09/03 Python
python得到qq句柄,并显示在前台的方法
2018/10/14 Python
浅谈pandas用groupby后对层级索引levels的处理方法
2018/11/06 Python
matlab 计算灰度图像的一阶矩,二阶矩,三阶矩实例
2020/04/22 Python
Python转换字典成为对象,可以用"."方式访问对象属性实例
2020/05/11 Python
使用Python提取文本中含有特定字符串的方法示例
2020/12/09 Python
使用css3实现超炫的loading加载动画效果
2014/05/07 HTML / CSS
玩具反斗城天猫官方旗舰店:享誉全球的玩具店
2017/10/10 全球购物
施华洛世奇西班牙官网:SWAROVSKI西班牙
2019/06/06 全球购物
屈臣氏菲律宾官网:Watsons菲律宾
2020/06/30 全球购物
环保建议书
2014/03/12 职场文书
表彰大会新闻稿
2015/07/17 职场文书
2016年教师节特级教师获奖感言
2015/12/09 职场文书
Redis 持久化 RDB 与 AOF的执行过程
2021/11/07 Redis
使用refresh_token实现无感刷新页面
2022/04/26 Javascript
vscode远程免密登入Linux服务器的配置方法
2022/06/28 Servers