This content originally appeared on DEV Community and was authored by DEV Community
date
-
mkdir $(date '+%d-%m-%Y')
- bugungi sana nomi bilan nomlangan papka yaratadi. -
echo $(date '+%d-%m-%Y')
- bugungi sana ( kun - oy - yil ) ni ekranga chop etadi.
code
- code
main.cpp
vs code da shunday nomli fayl ochadi. Agar bunday nomli fayl bo'lmasa uni yaratib ochadi. -
code .
vs code dastrurida worspace (ishchi maydon) sifatida ochadi.
g++
bu komanda C++ kodidagi dasturni kompilatsiya qilinadi.
g++ main.cpp
kompilatsiya qilish amalga oshiriladi va by
default a.out
nomli dasturiy fayl yaratadi.
g++ main.cpp -o dastur
komandasi main.cpp faylni
kompilatsiya qilib uni dastur nomli faylga saqlaydi.
This content originally appeared on DEV Community and was authored by DEV Community
DEV Community | Sciencx (2022-03-12T18:43:56+00:00) Terminal komandalari 3. Retrieved from https://www.scien.cx/2022/03/12/terminal-komandalari-3/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.