My Question is what terminal he is using because he uses Linux command in the terminal but I can’t in my system
see at 1:34 https://youtu.be/g13I7Xy1PtI?t=94 he is using “clear” command
I am sure he is using windows 10 and I am also using windows 10
It doesn’t seem like that YouTube video is using it, but PowerShell is another option on Windows 10—it’s already part of Windows 10 so you don’t need to install anything. PowerShell on Windows 10 is fairly powerful and supports a variety of Linux commands. There’s actually not much need to use the Linux Subsystem on Windows 10 since PowerShell offers most of the commands that you’ll end up using for web development.
If I understand the issue that you’re bringing up, you can access your Windows files through cd /mnt/c (or whatever your drive is). I type my rust files in VS Code in Windows and then compile them using the Ubuntu subsystem.
I don’t know of a way to go in the other direction and get to the other direction and get to files that are in the ubuntu subsystem, but you can just go to /mnt/c and create your files on your C drive.
Excellent tips! I was talking about going “the other direction” when I made my comment because I’m used to using a Windows desktop to work on files that are actually on a Linux server so that’s where my brain goes.