Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれを試しました:
#!/bin/bash FILE=$1 if [ -f $FILE ]; then echo "File $FILE exists" else echo "File $FILE does not exists" fi
しかし、これが私がやっていることに対して正しいかどうかはわかりません。