Загрузка страницы

Shell Script Tutorial - File Operators in Bash Script (தமிழில்)

File Exists in Shell Script | bash script
This is the tamil tutorial video about various file test operators using shell script to check file exists or not, directory exists or not with example programs. This covers the following:

File Testing Operators for Tamil Practice
1. File / Directory Exists (using -e option)
2. File Exists (using -f option)
3. Directory Exists (using -d option)

1. Checking File / Directory Exists or Not
- Here file / directory will be checked or not using the special option -e
- It will return success if the file /directory exists else it will return false.
2. File Exists or Not
- This is done by using the special option -f
- It will return true if file exists else it will return false.
3. Directory Exists or Not
- Here directory exists or not is checked with help of the special option -d.
- It will return true if directory exists else it will return false.

#linuxtamil
#shellscripting

Видео Shell Script Tutorial - File Operators in Bash Script (தமிழில்) канала Tamizh Tech Express
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки