#!/bin/sh
read -p "please input the lujing:" aif [ ! -d $a ]; #判断是否为目录,不是目录则
thenecho "not a mulu" #显示不是一个目录elsefor i in `find $a -type f |xargs ls -l |awk '{if ($5>102400) {print $9}}'` #大于100k则显示文件名do
ls -l $i #将文件显示出 并且显示大小
donefi[root@centos xwj]# sh ../mv.sh
please input the lujing:/usr/shell/-rw-r--r-- 1 root root 5242880 4月 1 00:48 /usr/shell/1-rw-r--r-- 1 root root 5242880 4月 1 00:48 /usr/shell/2-rw-r--r-- 1 root root 5242880 4月 1 00:48 /usr/shell/3-rw-r--r-- 1 root root 4194304 4月 1 02:41 /usr/shell/xwj/xxx3=================生成目录html页面====================
#bin/sh
b=`pwd`echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html> <head> <title>Index of $b</title> </head> <body><h1>Index of $b</h1>"\""<img src="\""/icons/unknown.gif"\"" alt="\""[ ]"\""> <a href="\"".."\"">..</a> </br>">1.htmlfor a in $(ls -l|awk '{print $9}')doecho ""\""<img src="\""/icons/unknown.gif"\"" alt="\""[ ]"\""> <a href="\""$a"\"">$a</a> </br>" >>index.htmldoneecho "<hr></pre></body></html>" >>index.html