Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux shell
Search - linux shell - List
linux下shell
Date : Size : 17.08mb User :

《LINUX与UNIX SHELL编程指南》共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -"LINUX and UNIX Shell Programming Guide" is divided into five parts, detailing the shell programming skills, and various UNIX command syntax, but also a Unix word processing system and a small number of management issues. The book is comprehensive, concise language fluency, Shell programming for members to study and reference.
Date : 2008-10-13 Size : 18.65mb User : gf

介绍linux和unix的编程的书籍,比较详细介绍shell编程的理论。-A book of introducting linux and unix programming, it precisely introducts the theroy of shell programming.
Date : 2008-10-13 Size : 18.65mb User : 王凯

一个比较好的关于linux/shell的编程总结文档.可以作为一个参考速查手册-a relatively good on linux / shell programming summary document. Can be used as a reference rate investigation Manual
Date : 2008-10-13 Size : 2.95mb User : 叔云

本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, detailing the shell programming skills, and various UNIX command syntax, but also a Unix word processing system and a small number of management issues. The book is comprehensive, concise language fluency, Shell programming for members to study and reference.
Date : 2008-10-13 Size : 17.03mb User : 王力

给linux的shell脚本加密(ZT).rar-to the shell script encryption (ZT). Rar
Date : 2008-10-13 Size : 70.67kb User : 天使羽翼

强大的shell编程,内容基础,丰富,适合linux初学者。(Powerful shell programming)
Date : Size : 19.99mb User : 菲z

1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the command is ordered to distinguish case and case character in the Linux editor. 2) add the necessary comments in the Shell statement, so as to facilitate the inquiry and maintenance, comments to # beginning. 3) when the Shell variable is numeric, use the multiplicative symbol "*" to use the escape character "\" to escape. 4) because Shell does not handle any redundant spaces in commands, programmers can use this feature to adjust program indentation to enhance program readability. 5) in the name of a function, it is best to use a name that is meaningful and easy to understand, even if the function name can express the tasks completed by the function more accurately. It is also suggested that a function name and a variable name control table should be established for a larger program.)
Date : Size : 27kb User : 脑袋发芽

linux命令是对Linux系统进行管理的命令。对于Linux系统来说,无论是中央处理器、内存、磁盘驱动器、键盘、鼠标,还是用户等都是文件,Linux系统管理的命令是它正常运行的核心,与之前的DOS命令类似。linux命令在系统中有两种类型:内置Shell命令和Linux命令。(Linux commands are commands for managing Linux systems. For the Linux system, whether it is the central processor, memory, disk drives, keyboards, mice, or users are files, Linux system management commands is the core of its normal operation, similar to the previous DOS commands. There are two types of linux commands in the system: built-in shell commands and Linux commands.)
Date : Size : 688kb User : adrain_lyz

linux加Shell解析json常用工具说明。(Linux parse json tools)
Date : Size : 83kb User : 宏贼

Linux 入门, vi 编辑器的使用,用户和组的管理,设备管理,文件系统管理.Shell(Linux introduction, the use of the VI editor, user and group management, device management, file system management.Shell)
Date : Size : 6.93mb User : 温酒华雄

DL : 0
实现linux shell的高效化编程,linux系统管理以及基本bash 脚本,每天从bing首页上自动爬取照片。(implement high efficient programming of linux shell,linux system administration and basic bash script.It can obtain photos from bing's website everyday automatically.)
Date : Size : 4.89mb User : 汪豪杰

实现一个简单的shell,可以执行ls命令(To implement a simple shell, you can execute the LS command)
Date : Size : 1kb User : 岚叶

a e-book for you to learn shell
Date : Size : 3.48mb User : leochangcn

Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens * using whitespace as delimiters. setup() sets the args parameter as a * null-terminated string.)
Date : Size : 655kb User : 燃烧我的卡路里

详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题(The shell programming skills, various UNIX commands and grammars are introduced in detail. Word processing under UNIX and a few system management problems are also involved.)
Date : Size : 17.03mb User : Nora1995

跟老男孩学linux运维shell编程实战(Learn Linux Operations and Maintenance from Old Boys)
Date : Size : 48.97mb User : rickjsk

在安卓手机上使用原生的Linux 需要有一定的Linux shell的经验
Date : 2019-12-07 Size : 202.23kb User : 844936334@qq.com

DL : 1
基于linux的操作系统外壳。 编写一个C 语言程序作为Linux 内核的shell 命令行解释程序,所执行的结果需和系统命令行方式保持一致。 对用户编写的shell 增加后台运行功能。即用户可以使用”&”作为一个命令,表示该命令 在后台启动。前台还可以处理其他命令。 修改程序,增加I/O 重定向功能。即用户可以使用”<”、”>”和”|”符号改变程序/文件 的输入和输出。(shell of os based linux)
Date : Size : 3kb User : hong_15

关于linux设备编程技术的教程 了解stty终端模式。 了解stty终端模式。(A course of Linux device programming technology Understand the stty terminal mode. Understand the stty terminal mode.)
Date : Size : 139kb User : 星空_QWQ
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.