摘要:

Harness the power of shells . . . for the Internet and beyondCompletely revised and updated to include the latest developments in Internet and business applications, UNIX Shell Programming, Fourth Edition provides comprehensive coverage of Bourne, Korn, C, and BASH shells. Using a specially developed three-step process, this invaluable guide takes you through the entire universe of UNIX shell, from simple commands and programming to the world of software developers and system administrators.Using this comprehensive book, you'll be able to choose the shell that's right for you -whatever your needs or background.UNIX Shell Programming, Fourth Edition gives you:* Practical guidance on how to create CGI scripts, object warehouses, and reuse catalogs* Everything on shell extensions for management of distributed environments* A special shell reference appendix containing real-life examples that you can use right nowVisit the book's companion Web site at www.wiley.com/compbooks/unixshell

展开

linux unix shell programming,UNIX Shell Programming, 4th Edition相关推荐

  1. linux unix shell programming,UnixampLinux Shell Programming I.ppt

    <Unix&ampLinux Shell Programming I.ppt>由会员分享,可在线阅读,更多相关<Unix&ampLinux Shell Program ...

  2. 进程和程序:编写shell——《Unix/Linux编程实践教程》读书笔记(第8章)

    2019独角兽企业重金招聘Python工程师标准>>> 1.Unix shell的功能 shell是一个管理进程和运行程序的程序.所有常用的shell都有3个主要功能: (1)运行程 ...

  3. 完善Linux/UNIX审计 将每个shell命令记入日志

    原文地址:http://os.51cto.com/art/201106/266928.htm 将用户执行的每个shell命令记入日志比最初想象的要来得困难.shell的历史功能原本旨在帮助用户使用以前 ...

  4. shell 转换unix时间

    碰到一个时间加减的问题,思路是转换为unix时间然后加减, 突然想不起unix时间转换的shell方法了,记一个备忘. 将当前时间以unix时间显示出来 1 2 $ date +%s 14436055 ...

  5. 10.05 最初对Linux的了解,对Shell的认识

    linux的起源:UNIX,代码开源,可以得到源代码,然后自己编译,通过以后可以运行程序. 特点:免费的;兼容POSIX1.0标准;多用户,多任务系统;良好的用户界面;提供了图形界面;支持多种文件系统 ...

  6. linux几种常见的Shell:sh、bash、csh、tcsh、ash

    Linux 是一个开源的操作系统,由分布在世界各地的多个组织机构或个人共同开发完成,每个组织结构或个人负责一部分功能,最后组合在一起,就构成了今天的 Linux.例如: Linux 内核最初由芬兰黑客 ...

  7. linux超级基础系列——什么是shell? bash和shell有什么关系

    什么是Shell?        shell是你(用户)和Linux(或者更准确的说,是你和Linux内核)之间的接口程序.你在提示符下输入的每个命令都由shell先解释然后传给Linux内核.    ...

  8. linux计算机中文件意思,shell在计算机语言中一般是啥意思,比如在linux中

    2018-11-22 回答 在计算机科学中,shell俗称壳(用来区别于核),是指"提供使用者使用界面"的软件(命令解析器).它类似于dos下的command.com.它接收用户命 ...

  9. linux c程序中获取shell脚本输出

    http://doc.chinaunix.net/linux/201004/512284.shtml1. 前言 Unix界有一句名言:"一行shell脚本胜过万行C程序",虽然这句 ...

  10. 会linux基本命令是脚本语言吗,如何理解Linux Shell和基本Shell脚本语言?

    理解Linux Shell: shell:一个命令行解释器,通过执行命令或脚本,帮助用户与操作系统打交道. process:进程,用户执行的任务是进程,但进程不只是任务. file:文件放在硬盘上,包 ...

最新文章

  1. 理解SSL必须要理解的密码技术
  2. 全球及中国硝基复合肥市场产销状况与未来运营前景分析报告2022版
  3. 怎么才能钓到产品经理妹子?|PMCAFF
  4. Qt文档阅读笔记-Qt跨平台库(Qt基本库)
  5. 我的 intellij idea 设置
  6. Go语言命令行工具介绍-3
  7. 关于Windows7下 IIS 7 对ASP.NET 的配置的一点感想
  8. SciTE AMPL配置问题
  9. 老男孩Linux67期第一课
  10. 使用Easy CHM工具对文件生成API文档
  11. linux7 iperf,CentOS 7下安装Iperf
  12. Android打开自启动设置页面
  13. Au:剪辑的基础操作
  14. 前端导出excel自定义样式(行高除外)
  15. oracle 中的 NVL2() 函数
  16. 将数字转换成中文金额的大写形式
  17. 39.组合键(复合主键)
  18. ABC成本法(Activity Based Costing) (转载)
  19. JS实现千位分隔符的两种方法
  20. 智慧工地之基坑监测(转载)

热门文章

  1. matlab中茱莉亚集,茱莉亚·琼斯日记1:我最糟糕的一天
  2. 硅电容压力传感器特点
  3. uniapp input输入框(小数点输入保留一位小数)
  4. C++ 保留一位小数
  5. 玩转四旋翼无人机(传感器)
  6. UOJ #31. 【UR #2】猪猪侠再战括号序列
  7. 电梯,保温杯,电脑,签到:测试用例
  8. 补间动画详解五 缩放动画ScaleAnimation
  9. 检测网站挂马程序(Python)
  10. mock模拟导致测试失败的解决方法