#!/bin/sh num=`ls $1 | wc -l` if [ $num -gt 0 ] then ls -l $1 | awk '{print $9}' >/tmp/rm_dir a=0
Shell 命令提供了在 Linux 系统中管理文件、目录和进程的强大功能。
Linux shell Script, How to write shell script in Linux system.
精通shell的好资料,文档中提供了工作中常用的shell脚本,通过高超技巧实线,该资料绝对值得一看。
linux-shell 工具
描述了一些关于交互式shell和非交互式shell的区别,属于概念性的东西。
LINUX study notes, including various command usage, know SHELL, account management, etc...
主要介绍了linux Shell入门:掌握Linux,OS X,Unix的Shell环境 ,需要的朋友可以参考下
shell:所有有用的linux shell脚本
文件是北大青鸟学shell时用的,希望对大家能有用。
用户评论