Welcome![Sign In][Sign Up]
Location:
Search - shell ls

Search list

[Linux-Unixmyshell

Description: 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
Platform: | Size: 11295 | Author: 叶黎 | Hits:

[Internet-NetworkShell.bak20070428

Description: 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。
Platform: | Size: 4087 | Author: 真实姓 | Hits:

[Linux-Unixls.15

Description: unix 下shell的一个简单实现程序。
Platform: | Size: 2121 | Author: beastman | Hits:

[Linux-UnixLinux1

Description: Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面这个script,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find- print | ls-l-- full-time A $ inversion;/Dev/null | grep "Jun 27" | grep 1998 following the script, save one meet the rules name in the paper, on the x attribute home there.
Platform: | Size: 3072 | Author: 姚璇 | Hits:

[Linux-Unixmyshell

Description: 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
Platform: | Size: 11264 | Author: 叶黎 | Hits:

[Linux-Unixminshell

Description: 一个简单的shell,可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
Platform: | Size: 4096 | Author: 刘光 | Hits:

[Linux-UnixLinux_myshell

Description: 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
Platform: | Size: 40960 | Author: jason | Hits:

[Education soft system1111

Description: 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-courses on operating system design to complete the task of simulation unix operating system of file system function. In a terminal interface, users can like unix shell orders importation of certain orders importing ls show directory, change file permissions chmod, chown change who owns the file, chgrp Changes file group, chnam change the name, pwd shows the current directory, cd change the current directory, create directories mkdir, rmdir delete directory, mk founding documents, cp paper copy, delete the file rm, cat shows the contents of the documents, login switching users, passwd user password changes, and other functions. In the background, in order to achieve mixed-indexing structure of the document, including the use of idle nodes, stack management spare node and link the group mana
Platform: | Size: 265216 | Author: xlog | Hits:

[Linux-Unixlinux_shell_code

Description: 常用的linux shell 源代码!如cp ls cat-Commonly used linux shell source code! If cp ls cat
Platform: | Size: 225280 | Author: wizard | Hits:

[Internet-NetworkShell.bak20070428

Description: 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。-Linux system function using the SHELL program realize that they rewrite the LS, CLEAR command, such as commonly used in the ECLIPSE adopted under the compiler can be extended further.
Platform: | Size: 4096 | Author: 真实姓 | Hits:

[Linux-Unixls.15

Description: unix 下shell的一个简单实现程序。-shell under unix realize a simple procedure.
Platform: | Size: 2048 | Author: beastman | Hits:

[Linux-Unixls

Description: linux下shell命令"ls -l"的C语言实现方法。-shell under linux command " ls-l" Ways of the C language implementation.
Platform: | Size: 1024 | Author: 彭晓 | Hits:

[Linux-Unixshell1

Description: 实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
Platform: | Size: 1024 | Author: No1_chen | Hits:

[Shell apishell

Description: shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
Platform: | Size: 14336 | Author: zhanghonglang | Hits:

[Linux-Unixshell

Description: 在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+ z having carried out the instruction execution history shows that the implementation of the directive had
Platform: | Size: 12288 | Author: angela | Hits:

[Shell apishell1

Description: 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
Platform: | Size: 1024 | Author: Superman | Hits:

[Linux-Unixsecond

Description: linux 下用C语言实现more copy system ls shell命令!-used C to more copy system ls shell of linux
Platform: | Size: 3072 | Author: xc | Hits:

[Linux-Unixshell

Description: 在linux上编写的简单的shell,包括cd、ls、echo等命令-Shell code in linux
Platform: | Size: 31744 | Author: Cicy | Hits:

[Linux-UnixShell-analytic-procedure

Description: 这是一个在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, such as ls, cd, etc. command parsing, but also includes a number of complex commands, such as piping commands Analytical
Platform: | Size: 79872 | Author: 吴倩倩 | Hits:

[Linux-Unixshell

Description: 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”; 判断文件是否可写,如果可写,显示“File yangchuanying is writable.”,否则,显示“File yangchuanying is not writable.”。 判断文件是否可执行,如果可执行,显示“File yangchuanying is executable.”,否则,显示“File yangchuanying is not executable.”。 (7) 修改文件的用户拥有者为ycy08; (8)显示当前目录; (9)以长格式的方式显示文件yangchuanying的信息。 3、命令提示:echo adduser mkdir touch chmod chown pwd ls cd(1. Under UBUNTU, write a SHELL scripting program using the VI editor.)
Platform: | Size: 121856 | Author: 阿文201 | Hits:
« 12 3 4 »

CodeBus www.codebus.net