DEV Community

Sunnat Qayumov
Sunnat Qayumov

Posted on

3 4 4 4 4

Windows Commands.

                            windows + R
Enter fullscreen mode Exit fullscreen mode

Boshqaruv oynasini chaqirib beradi. Boshqaruv oynasiga cmd yoziladi. Bu terminal oynasiga kirib beradi.

                            cd _ Desktop
Enter fullscreen mode Exit fullscreen mode

Ish stoliga o'tish uchun yozish kerak.

                            dotnet --version:
Enter fullscreen mode Exit fullscreen mode

sizning kampyuteringizga qanday terminal versiyasi yuklanganligini ko'rsatib beradi.

                            dotnet --list-sdks:
Enter fullscreen mode Exit fullscreen mode

kampyuterdagi bor sdk versiyalarini chaqirib beradi.

                            clear = cls:
Enter fullscreen mode Exit fullscreen mode

Oynachani tozalab beradi. clear yozuvi macbooklar uynasini tozalash uchun kerak boladi. cls esa windowslar uchun kerak bo'ladi.

                            mkdir + fayl nomi:
Enter fullscreen mode Exit fullscreen mode

Fayl yaratib beradi.

                            cd + fayl nomi:
Enter fullscreen mode Exit fullscreen mode

Shu yaratilgan papka ichiga kirib beradi.

                            pwd:
Enter fullscreen mode Exit fullscreen mode

Joriy papka ichiga kirish.

                            dotnet new:
Enter fullscreen mode Exit fullscreen mode

dotnetda nimalar qilish mumkinligini korsatib beradi.

                            dotnet new console -h:
Enter fullscreen mode Exit fullscreen mode

-h bu avtamatik ravishda dotnet new console nima ma'no anglatishini ko'rsatib beradi.

                            dotnet new console -n:
Enter fullscreen mode Exit fullscreen mode

-n bu name digani. Yangi console fayl ochishda yordam beradi.

                            ls = dir:
Enter fullscreen mode Exit fullscreen mode

Bu papkaning ichida nechta fayl borligini anglatadi. ls bu macbook uchun, dir bu windowslar uchun.

                            rm = rmdir:
Enter fullscreen mode Exit fullscreen mode

Bu yaratilgan papkani o'chirib beradi. rm bu macbook uchun, rmdir bu windowslar uchun.

                            cd .. :
Enter fullscreen mode Exit fullscreen mode

Turgan papkamizdan bitta avvalgi faylga o'tib beradi.

                            code . :
Enter fullscreen mode Exit fullscreen mode

"Visual Studio Code" dasuriga kirib beradi.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (1)

Collapse
 
firdavs_mukhsimov profile image
Firdavs Mukhsimov

vay shedevr ku

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay