原作名: UNIX Shells by Example 译者: 李化 / 张国强 出版年: 2007-5 页数: 906 定价: 118.00元 ISBN: 9787302145899 豆瓣评分 7.5 53人评价 5星 35.8% 4星 37.7% 3星 20.8% 2星 3.8% 1星 1.9% 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介 ··· 在《UNIX shell范例精解》(...
Prentice Hall - UNIX Shells by Example, Third Edition,南京RTDL。现在发现很多事情都舍本逐末了,心里慌,+u~ 0 有用 軒轅鍾書 2014-04-22 21:51:06 针对shell里面的常用操作还是讲得蛮仔细的。不过现在多用bash,csh、ksh等等再讲就有些浪费篇幅了。自己重点看了awk和sed:前者是三个作者的姓,后者则...
UNIX(R) Shells by Example (4th Edition) (By Example)Ellie QuigleyPrentice Hall PTR
Book study: Unix Shells By Example. Contribute to chengcainanjing/Unix_Shells_By_Example development by creating an account on GitHub.
她的著作包括Perl by Example,Third Edition(Prentice Hall PTR,2001)、UNIX Shells by example和Linux Shells by Example(Prentice Hall PTR,2000)。在她的公司网站(www.ellieq.com)上还可以找到有关UNIX、Perl、C/C++、Java和系统管理的在线培训课程。
1) UNIX SHELLS by example 0134608666 PTH/1998-1ed ***错误颇多,但却是一本好的shell programming入门书 ===>对於shell programming,其实很多介绍unix的书上面都会有简单的介绍,但完全讨论 这个主题的好像只有这本。它另外还有教awk,grep,sed,都很详细 ...
UNIX Shells by Example英文版 评分: UNIX Shells by Example英文版 UNIX Shells Example 2009-12-26 上传 大小:8.00MB 所需: 9积分/C币 立即下载 MySQL 安装与配置教程.zip mysql安装配置教程 立即下载 上传者: m0_72763148 时间: 2025-03-18 ...
她的著作包括Perl by Example,Third Edition(Prentice Hall PTR,2001)、UNIX Shells by example和Linux Shells by Example(Prentice Hall PTR,2000)。在她的公司网站(www.ellieq.com)上还可以找到有关UNIX、Perl、C/C++、Java和系统管理的在线培训课程。
An example use case is to hold logs in files .../mylog-${ZUID_CODENAME}.log, so that two different Zshells will not write to the same file at the same time. unix-simple - A command that shows a graphic about the simplicity of unix. unraid - Adds convenient aliases and functions ...
The shell limits are governed byulimit. The status is checked withulimit -a. For example to change the open files limit from 1024 to 10240 do: # ulimit -n 10240# This is only valid within the shell Theulimitcommand can be used in a script to change the limits for the script only. ...