kunal-kushwaha / DevOps-Bootcamp

This repository consists of the code samples, assignments, and notes for the DevOps bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnoqBXdMwUTRod4Gi3eac2Ak
2.14k stars 1.21k forks source link

Update Commands For Windows.md #35

Open vivekthedev opened 2 years ago

vivekthedev commented 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