Skip to content

Commit

Permalink
add bash doc b00tc4mp#15
Browse files Browse the repository at this point in the history
  • Loading branch information
vacktor23 committed Jan 21, 2025
1 parent 11524ce commit fcf9354
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions staff/victor-alvarado/playground/bash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
![markdown logo](https://serokell.io/files/pm/pmzzkh71.Markdown_markup_language_pic1.jpg)

## pwd(print working directory)

show current directory

```sh
pwd
/users/victor-alvarado
```
## ls (list)
```sh
ls Readme.md staff
```

## cd

```sh
se utiliza para cambiar de carpeta.
```

## Dir
```sh
muestra todas las sub carpetas.
```
## history
```sh
Muestra los comandos que has ejecutado anteriormente.
```
## push
```sh
Envía los cambios al repositorio remoto.
```
## clear
```sh
limpiar pantalla
```
## mv
```sh
mover archivo o cortar

0 comments on commit fcf9354

Please sign in to comment.