Last answered:

02 Nov 2021

Posted on:

16 Aug 2021

0

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)
Posted on:

25 Oct 2021

0

exactly , i can't also use them , so have you any solutions ?

Posted on:

30 Oct 2021

7

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!!

image

Posted on:

02 Nov 2021

1

you can use echo >> test.txt to create new file incase touch command is not working

Submit an answer