I am a technical professional in information technologies. I have one year of experience as a .Net Developer.
I am always looking for something new to learn so I am learning Web Development to put it into practice in the future to create quality products.
-
🌱 I’m currently learning Web Development.
-
👨💻 All of my projects are available at (coming soon)
-
📫 How to reach me [email protected]
Command | Execute (sample) |
---|---|
pwd | Display the current position within the file system (print working directory). |
cd | Change the working directory (change directory). |
ls | Displays a list of files and directories in a given directory. |
mkdir | Create a new folder given a name for that folder. |
cat | Prints the contents of a file given its path. |