Posted in File

Create Empty Files For Existing Files In Windows

Empty File Here in this example I am going to show you how to create empty files in Windows system using command line tool. This will reduce your manual efforts for creating empty files for a corresponding list of files in a directory. When there is a requirement for processing a list of files from a folder or directory and…

Continue Reading... Create Empty Files For Existing Files In Windows
Posted in Unix

How To Create Empty Files For Existing Files In Unix

Empty File In this example I will show you how to create empty files for files in Unix or Linux based systems. You may need to create empty files for a list of corresponding files in a directory or folder. To create an empty file generally you may use touch command in Unix shell terminal. It is always simple to…

Continue Reading... How To Create Empty Files For Existing Files In Unix