0

私はこれを試しました:

#!/bin/bash
FILE=$1
if [ -f $FILE ];
then
   echo "File $FILE exists"
else
   echo "File $FILE does not exists"
fi

しかし、これが私がやっていることに対して正しいかどうかはわかりません。

4

0 に答える 0