Open vivekthedev opened 2 years ago
touch command to create a new file cannot be used by the windows powershell instead we can use type NUL >> file.txt which creates a new file if file.txt is not found
type NUL >> file.txt
touch command to create a new file cannot be used by the windows powershell instead we can use
type NUL >> file.txt
which creates a new file if file.txt is not found