Skip to content
View Javier1520's full-sized avatar
Block or Report

Block or report Javier1520

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Javier1520/README.md

Estudiante de ingeniería de sistemas, Universidad de Nariño.

📚 I am learning python and javascript. I learnt java at university. I am doing a bootcamp to learn more about Web Development. GitHub profile Javier1520

💻 Shell commands

Command Description
cal displays a calendar for the current month
mkdir makes a directory
uptime displays the uptime of the server
clear clears the terminal
ls lists the directories of the current direction

💡 Useful alias commands

Alias Command Description
ffind alias findd="ls ~/ | grep $1" List the files and directories in the home directory then filter lines matching the given argument
.. alias ..="cd .." allows you to change to the root directory of the current directory
h alias h="history" It is the command used to display the history of previously executed commands in the current terminal session.

Popular repositories

  1. Javier1520 Javier1520 Public

  2. semana-1 semana-1 Public

    Forked from undefined-academy/semana-1

    Semana 1 — Undefined Academy

    HTML

  3. semana-2 semana-2 Public

    Forked from undefined-academy/semana-2

    HTML

  4. semana-3 semana-3 Public

    Forked from undefined-academy/semana-3

    HTML

  5. bash-for-beginners bash-for-beginners Public

    Forked from microsoft/bash-for-beginners

    Sample code for Bash for Beginners course

    Shell

  6. url-shortener url-shortener Public

    Python