We can use $touch in two ways
If it is not existing then it is going to create one empty file with the specified name.
If it is already existing then it will update its time stamp.
- To create an empty file
- To update the time stamp.
If it is not existing then it is going to create one empty file with the specified name.
If it is already existing then it will update its time stamp.