DEV Community

Cover image for Terminal kommandalari | PART 5
sardorbek095
sardorbek095

Posted on

 

Terminal kommandalari | PART 5

Bu post Terminal kommandalari PART 4 ning uzviy davomi desak ham bo'ladi

  • g++ main.cpp -o dastur && ./dastur

main.cpp nomli faylni kompilatsiya qiladi va darhol ishga tushiradi

  • alias run='g++ main.cpp -o dastur && ./dastur'

yuqoridagi komanda uchun run deb yozish kifoya. Bu oraqli siz shu papkadagi main.cpp faylni kompilatsiya qilib darhol ishga tushirib beradi!

Image description

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git