CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux shell - List
[
Linux-Unix
]
Teach_Yourself_Shell_Programming_in_24_Hours
DL : 0
In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.-In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with theemergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed toprovide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. Theseprograms perform a wide variety of tasks from listing your files to reading email. Unlike other operatingsystems, one of the key features of UNIX is that these programs can be combined to perform complicatedtasks and solve your problems.One of the most powerful standard programs available in UNIX is the shell. The shell is a program thatprovides you with a consistent and easy-to-use environment for executing programs in UNIX. If you haveever used a UNIX system, you have interacted with the shell.
Date
:
Size
: 1.53mb
User
:
秦天惊
[
Linux-Unix
]
20082302345
DL : 0
本文将较为详细地介绍 Linux 下最常用的 shell,bash。bash(Bourne Again Shell) 是 Linux 的缺省 shell,并被大多数用户所使用,在本文中你将学会: -This article will introduce Linux in more detail under the most commonly used shell, bash. bash (Bourne Again Shell) is a Linux default shell, and the majority of users, in this article you will learn:
Date
:
Size
: 403kb
User
:
hsj
[
Linux-Unix
]
linuxshell
DL : 0
自编的linux shell的程序可以模拟实现linux 中SHELL功能
Date
:
Size
: 119kb
User
:
陈波
[
Linux-Unix
]
Cshell
DL : 0
操作系统实验,在LINUX平台下实现的she-Experimental operating system, in the LINUX platform realized she
Date
:
Size
: 514kb
User
:
刘海
[
Linux-Unix
]
Linuxoftenusedorder
DL : 0
介绍常用的linux系统命令,包括shell使用,常用的基础操作。-Commonly used to introduce linux system commands, including shell use, based on commonly used operations.
Date
:
Size
: 3.76mb
User
:
梁东旭
[
Linux-Unix
]
linuxshell
DL : 0
这本书对shell编程的人很有帮助哦希望大家支持哦-This book on shell programming were very helpful Oh Oh I hope you will support
Date
:
Size
: 1.3mb
User
:
lan
[
Shell api
]
shell
DL : 1
实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印"parent"和"child", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后"child are completed!"信息后退出。
Date
:
Size
: 72kb
User
:
zc
[
Shell api
]
LinuxBashScript
DL : 0
Advanced Bash-Scripting Guide <<高级Bash脚本编程指南>> 一本深入学习shell脚本艺术的书籍-Advanced Bash-Scripting Guide
Date
:
Size
: 262kb
User
:
nina
[
Linux-Unix
]
LinuxStudy
DL : 0
本书全面而系统的介绍了安装和配置Thiz Server、Lnux常用命令、Shell操作与简易编程、使用Vi编辑器、Linux的引导过程及原理、软件安装及RPM的使用、配置和使用X Window、用户和用户组管理、进程管理、文件管理等相关内容。 -This book a comprehensive and systematic introduction of the installation and configuration of Thiz Server, Lnux commonly used commands, Shell programming operation and simple, use the Vi editor, Linux
Date
:
Size
: 3.76mb
User
:
xiaozhutc
[
Linux-Unix
]
BASH
DL : 0
linux shell 包含简单脚本病毒 文件备份有详细注释 初学shell学习-linux shell script virus that contains a simple file backup shell has detailed notes beginner learning
Date
:
Size
: 94kb
User
:
lixinwei
[
Shell api
]
shell
DL : 0
shell:详细介绍脚本语言在linux上的应用!-shell: a detailed introduction scripting language applications in linux!
Date
:
Size
: 1.38mb
User
:
王亚锋
[
Linux-Unix
]
linux_shell
DL : 0
一本介绍linux shell程序设计的入门书 -Introduce a linux shell programming primer
Date
:
Size
: 23kb
User
:
1212
[
Linux-Unix
]
LINUXUNIXShellProgrm1
DL : 0
linux,Unix,shell编程详细说明。本书内容全面,包括了awk, sed, tr等常用工具的用法,对于shell初学者是不可多得的好书。 -linux, Unix, shell programming in detail. The book is comprehensive, including awk, sed, tr, such as the usage of commonly used tools for beginners shell is a rare book.
Date
:
Size
: 7.19mb
User
:
linda
[
Linux-Unix
]
shell
DL : 0
shell编程指南请详细阅读,将掌握在linux的shell脚本的编写-shell programming guide, please read carefully, will be in the hands of the linux
Date
:
Size
: 385kb
User
:
阿陈
[
Other
]
11111
DL : 0
高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始-Advanced Bash scripting guide, so the basis of shell, and so the development of the beginning of linux
Date
:
Size
: 1.3mb
User
:
greatsun
[
Linux-Unix
]
linux_shell_C
DL : 1
C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple error-correcting function. There is also a detailed description of the word documents and pictures, introduced the program implementation and explain the various functions.
Date
:
Size
: 132kb
User
:
secret
[
Books
]
Shell_Function
DL : 0
介绍Linux的Shell的函数的用法,怎么定义、使用函数,怎么传递参数,执行等-Shell introduced a function of the Linux usage, how the definition, the use of function, how transmission parameters, the implementation of such
Date
:
Size
: 1.05mb
User
:
王磊
[
Shell api
]
AdvancedBashProgrammer
DL : 0
高级Linux bash shell 脚本编程,建议最好对Linux有一定程度的了解,对shell脚本有一定的了解-Senior Linux bash shell scripting, it is recommended the best of Linux have a certain degree of understanding, to shell scripts have some knowledge about the
Date
:
Size
: 1.3mb
User
:
陈轩辕
[
Linux-Unix
]
Cool.Shell.Scripts
DL : 0
LInux 下101个超酷Shell脚本.rar LInux 下101个超酷Shell脚本.rar-101 under LInux cool Shell script. RarLInux under 101 cool Shell script. Rar
Date
:
Size
: 1.44mb
User
:
qr
[
Other
]
shell
DL : 0
shell编程例子里面是一些linux地下,shell编程的实例-examples of shell programming linux there are some underground, shell programming examples
Date
:
Size
: 262kb
User
:
我好凉
«
1
2
...
6
7
8
9
10
11
12
13
14
15
16
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.