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
]
shell-script
DL : 0
这个是Linux上的一个脚本语言,shell编程,主要讲解shell脚本编程-This is a scripting language on Linux, shell programming, mainly on shell scripting
Date
:
Size
: 1.3mb
User
:
郑梦瑶
[
Documents
]
linux
DL : 0
linux 系统介绍 shell脚本 系统内核 基本命令
Date
: 2013-10-06
Size
: 4mb
User
:
ltt585691
[
Other
]
linux-shell
DL : 0
linux系统常用的shell命令集合,已经排版完成,可用于打印-Shell provides an advanced, object-oriented scripting language that works equally well in UNIX, Linux.
Date
:
Size
: 23kb
User
:
黄海勇
[
Embeded Linux
]
shell
DL : 0
LInux Shell编程示例,分支语句(if),循环(for,while)等,-LInux Shell programming examples, branching statements (if), cycling (for, while), etc.
Date
:
Size
: 12kb
User
:
甘攀
[
Software Engineering
]
Shell
DL : 0
linux-shell脚本语言,全书详细的介绍了在Linux系统下使用shell脚本编程的相关介绍-linux-shell scripting language, the book describes in detail the use of shell scripting in Linux systems related presentations
Date
:
Size
: 28.11mb
User
:
付小白
[
Linux-Unix
]
shell
DL : 0
利用C语言实现的一个linux环境下的shell解析器的功能,功能比较简单-linux shell
Date
:
Size
: 10kb
User
:
尹思儒
[
Linux-Unix
]
Linux-shell)
DL : 0
1、 首先利用readline()函数读到用户输入的shell命令,采用一个数组来保存shell命令,数组有固定的大小。 2、 在main()函数中根据字符串中是否存在 "&" 字符判断是否为后台进程。如果是后台命令则判断是否是多条指令,如果不是将分割后的命令传递给pipel()函数,如果是的话分割之后利用while循环将命令传递给pipel()函数。如果不是后台进程,需要用waitpid()函数等待子进程结束后父进程才继续。 -1, we use readLine () function to read user input shell command, use an array to save the shell command, arrays are fixed size. 2, in the main () function according to the string in the existence of "&" characters to determine whether the background process. If the background is to determine whether the command is a command, if not pass after segmentation command for the pipel () function, if is the words segmentation based on while cycle to pass commands to pipel () function. If not the background process, need to use waitpid () function to wait for the child process to end a process to continue.
Date
:
Size
: 29kb
User
:
rrr
[
Linux-Unix
]
record-linux-shell-history
DL : 0
该脚本用于linux上记录shell history ,将历史记录保存在文档中。-this script can used in linux system,it can record the shell history in word.
Date
:
Size
: 12kb
User
:
luozhiqiang
[
Other
]
Linux-Shell-Scripting-Tutorial-v2.0
DL : 0
shell教程,帮助大家快速入门和使用shell脚本语言.-shell tutorials to help you quick start and use shell scripting language.
Date
:
Size
: 1.74mb
User
:
xgcdd
[
Linux-Unix
]
Linux
DL : 0
linux环境下shell的基本命令大全,包含了大部分编程用到的基本命令。-The basic command Daquan linux shell environment, including the most basic commands used in programming.
Date
:
Size
: 11kb
User
:
xiaogui
[
Other
]
shell
DL : 0
linux shell编程经典教程 适合初学者-Linux shell
Date
:
Size
: 28.08mb
User
:
hai huang
[
Books
]
Linux-Bash-Scripts-Handbook
DL : 0
一本非常好的linux shell脚本编程手册。适合中高级开发人员的参考书籍。-A very good linux shell script programming manual. Senior developer for reference books.
Date
:
Size
: 5mb
User
:
chengdehua
[
Software Engineering
]
shell
DL : 0
讲述linux开发的shell语言的编写,和命令。-Write about the linux shell language development, and commands.
Date
:
Size
: 50kb
User
:
马德生
[
Software Engineering
]
(ebook)-Linux-Shell-Scripting-Tutorial
DL : 0
Shell scripting e-book
Date
:
Size
: 116kb
User
:
SJ
[
Program doc
]
shell
DL : 0
这是linux编程必须要懂的shell编程教程,讲得很详细。-It is necessary to understand the programming linux shell programming tutorials, very detailed.
Date
:
Size
: 2.08mb
User
:
程宁
[
Other
]
Linux-shell
DL : 0
linux下的shell编程入门书籍,仅供初学者参考使用。-Shell under Linux beginner programming books, used only for beginners reference.
Date
:
Size
: 526kb
User
:
eation
[
Internet-Network
]
shell
DL : 0
ubuntu linux 模拟shell终端,可以实现简单的命令,如查询,进入,删除,建立文件等-ubuntu linux shell terminal simulation, can achieve a simple command, such as a query, enter, delete, create files, etc.
Date
:
Size
: 25kb
User
:
adam
[
Shell api
]
Bash-Shell
DL : 0
UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、 C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell 等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编 程是很难的, 一般也没有必要。 学习 shell 编程最好选定一种 shell 来学习。 而如此众多的 shell 选那一种比较好呢?笔者的意见是选择 Bash,这不仅因为 Bash 几乎可以说是所有 shell 中 功能最丰富的,也符合 IEEE 1003.2 POSIX/ISO 9945.2 Shell 和工具部分规范,同时 Bash 也 是 Linux 上的默认 shell。-UNIX/Linux shell there are many, such as the Bourne shell (known as AT & T shell, the standard UNIX shell, sh), C shell (also known as the Berkeley shell), Korn shell (Bourne shell extension set, ksh), TC shell, Z shell, Bash shell and so on. Function and use the shell are different. We usually say shell programming, in fact, that it is difficult to master all shell programming, generally it is not necessary. Learning shell programming shell preferably choose one to learn. And so many shell choose what kind of situation? The author' s view is to Bash, not only because the Bash shell can be said almost all the most feature-rich, but also in line with IEEE 1003.2 POSIX/ISO 9945.2 Shell and Tools section of the specification, while Bash is the default shell Linux on.
Date
:
Size
: 113kb
User
:
jin
[
OS Develop
]
Shell
DL : 0
本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutely wonderful), after the teacher checked out the results, the program features have exceeded job requirements.
Date
:
Size
: 1.41mb
User
:
zhoumo
[
OS Develop
]
Shell
DL : 0
linux shell implementation in C languages
Date
:
Size
: 2kb
User
:
WhileOne
«
1
2
...
12
13
14
15
16
17
18
19
20
21
22
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.