verificaçao ficheiro linux bash
if [ $# -eq 1 ] && [ -f $1 ]; then
file=$1
if [[ ! -s $file ]]; then
echo "O ficheiro está vazio!"
echo "Por favor, insira um ficheiro válido."
exit 1
fi
elif [ $# -gt 1 ]; then
echo "Demasiados ficheiros introduzidos!"
echo "Por favor, insira apenas um ficheiro."
exit 1
elif [ $# -eq 0 ] || [ ! -f $1 ]; then
echo "O ficheiro inserido é inválido!"
echo "Por favor, insira um ficheiro válido."
exit 1
fi
Also in C++:
- aws cli create sqs queue
- find file in linux with regex
- how to open directory in linux using command
- trojitá
- upload react project to github
- how to re install react native on windows 10
- ubuntu remove all except
- conversores mp3 ubuntu
- how to install rfkill in kali linux
- bash equivalent of /?
- most git libya
- linux remove large number of files
- open visual studio code from terminal mac
- teclado abnt arch linux
- how to remove sensitive data from github history
- install qwebengineview pyqt5
- how to print new line in shell script
- how to activate utf16 in powershell
- bring job number to foreground linux
- docker compose install centos 8
- git reset change in one file
- ip info on ubuntu
- mongodb database not connected docker
- installing nvm on ubuntu 18.04