暂无评论
#!/bin/sh num=`ls $1 | wc -l` if [ $num -gt 0 ] then ls -l $1 | awk '{print $9}' >/tmp/rm_dir a=0
精通shell的好资料,文档中提供了工作中常用的shell脚本,通过高超技巧实线,该资料绝对值得一看。
linux-shell 工具
Shell 命令提供了在 Linux 系统中管理文件、目录和进程的强大功能。
Linux shell Script, How to write shell script in Linux system.
自己写的一个小小的linux shell 请指教
linux后门脚本,后门脚本源C语言代码,有兴趣下载回去自己研究。
英文版。Solvereal-worldshellscriptingproblemswithover110simplebutincrediblyeffectiverecipesMasterthea
Bourne Shell及shell编程 介绍Bourne Shell 基础及其他很多有用的特性shell编程及组织
培训机构给的linux的操作指令两份,希望可以帮到你
暂无评论