搜索资源列表
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
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+
shell1
- 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
shell_programming_in_24_hours
- Very good ebook for shell programming learners. All d basics of linux funda. And very useful for bigginers too.
Shell编程
- shell编程熟悉Linux操作系统下Shell命令的使用,学习用Shell进行编程,并编写能够完成简单功能的Shell脚本(shell if [ -d newitem ]; then echo hello; f)