can't use the touch, ls commands
I installed Git For Windows and I can't use the touch or the ls commands. This commands are Linux based and do not work for windows. You should at least mention it in the course
3 answers ( 0 marked as helpful)
exactly , i can't also use them , so have you any solutions ?
use dir instead of ls for windows10 so the line of code would be dir -A and for touch use echo.>List.txt
Have a great a day!!
you can use echo >> test.txt to create new file incase touch command is not working