搜索资源列表
Shell实例
- t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
HTTP_IRC_bot
- A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a replacemed connect-back shell. The structure of the command
spring-workflow
- 使用spring构建一个简单的工作流引擎,便于初学者了解工作流引擎的开发模式。-The API discussed here is bundled as the main source code under the src/java directory. Three unit tests exist in the src/testdirectory including SimpleSequenceTestCase, RateDropTestCase and PoolingTes
Shell
- 基本上shell分两大类: 一:图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。 二:命令行式 shell(Comm
shell
- 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
command
- this source code is cmd shell :) source code is not mine, i am newbie and beginner xD
Shell-analytic-procedure
- 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
linux-command-line-and-shell-scripting-bible.9780
- Unix guide and excellent shell scr ipting manual
Shell-scripts
- 本书详细介绍了shell脚本命令,是一本不错的学习指南。希望对大家尤其是想学好shell脚本命令的朋友有帮助。-This book details the shell scr ipt commands, is a good study guide. We especially want to learn shell scr ipt command to help a friend.
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
Nios-II--9.1-Command-Shell
- 用于在FPGA烧写程序时不必启动软件,直接通过编写shell文件即可完成相应的工作。-For FPGA programming procedures do not have to start the software, directly by writing shell files to complete the work.
Shell-Sed
- shell操作中 sed的命令、参数及一般用法-sed command shell operation parameters and general usage
linux-command-shell
- linux常用命令及shell linux系统命令解析-linux common commands and shell linux system command parsing
Linux命令行与shell脚本编程大全.第3版
- linux命令行和Shell脚本大全 Linux 开发 管理(Linux command line and shell)
Shell脚本学习指南
- Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle
Shell脚本编程详解-吐血共享
- shell 脚本关键语法共享 ? Shell 命令行的运行 ? 编写、修改权限和执行 Shell 程序的步骤 ? 在 Shell 程序中使用参数和变量 ? 表达式比较、循环结构语句和条件结构语句 ? 在 Shell 程序中使用函数和调用其他 Shell 程序(Shell scr ipt key syntax sharing The running of the Shell command line Steps to write, modify permissions and exe
10 个Shell命令解析器的功能
- 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.)
3.Open source Letter Shell
- 基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)