#!/bin/bash · File=read_file.txt · if [ -f "$File" ]; then · echo "$File exist" · else · echo "$File does not exist" · fi.
確定! 回上一頁