I'm a Systems Engineer, Computer Security Specialist, and Full-stack developer in Genexus from Colombia. Iiving on the "Tierrita" it's small town call Buga in Valle del Cauca, where I was born and raised. I have more than 10 years of experience in consulting, development projects, and integrations with accounting software.
Genexus is a great tool. I used to say "why learn native if we have Genexus?", but I was wrong. However, it's never too late to learn HTML, CSS, and JavaScript, and that's why I'm here.
| Command | Description | Example |
|---|---|---|
| cd | Change of directory | cd home |
| mkdir | Create a directory | mkdir MyFolder |
| mv | Move a directory | mkdir MyFolder |
| touch | Create a file | touch index.html |
| rm -r | Delete a directory and content | rm MyFolder -r |
| Command alias | Description |
|---|---|
| nvmy | Change version of node |
| ggpush | Execute the git push command |