File Check and Replacement Script
This script verifies whether a file called e.txt exists and then renames it and creates a new empty file with the same name. It first sets a variable file_name and gives it the name e.txt. It then verifies whether the file exists or not using the -e ...
gagang.hashnode.dev2 min read