原帖由 kenduest 于 2008-3-20 23:51 发表
#!/bin/bash
echo -n "Please input the filename to test: "
read filename
if [ ! -e "$filename" ]; then
echo -e "\nError: File not found !\n"
exit 1
fi
filename_path=$(dirnam ...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |