#!/bin/bash #2011/02/24 read -p "Input a filename : " filename test -e ./$filename && echo "exist" || echo "Not exist"
沒有留言:
張貼留言