Now I understand that anything I can do with command line If I wanted to create a new folder and access it, then create many files within it, it would be like this These were some basics about the language C
To find out how many files I have, I type ls, which is short for list Here the word hello appeared in green, meaning that this file is usable, the file in machine language
Command Line It is what enables me to create a new file and name it whatever I want, and I can also delete it. To create a new file, we write code If you want to delete it, type rm , short for remove, and it will look like this
Now, if I have a variable and I want to increase the value of this variable by 1, we write ++, which means the increase by 1. If I want the variable to decrease by one, I write --
Now, if I have two variables of the numeric type and I want to perform any arithmetic operation, addition, subtraction, multiplication, or division, it will be like this:
decimal numbers Now that I have learned to write a numerical variable, but this was for integers, so I have learned to write decimal numbers, and it will be written in this form