File Commands. 1) Create an empty text file named myFile: touch myFile 2) Rename myFile to myFirstFile: mv myFile myFirstFile 3)View the contents of a file: cat myFirstFile 4)See what files are in your current working directory: ls 5)Edit a file:...
onkarvhatkar.hashnode.dev2 min read
No responses yet.