Skip to content

Commit

Permalink
Update Shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Starling authored Oct 27, 2023
1 parent e0addc6 commit d37a902
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tech/Shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* `cat file_name` - вывод содержимого файла в консоль.
* `cd directory_name` - переход в папку.
* `cd ..` - переход в папку выше.
* `printenv` - вывести все переменные окружения (англ. `environment variables`)

```shell
# /app/src
cd ..
Expand Down Expand Up @@ -54,3 +56,5 @@ C:
# переход на диск D
D:
```

## PowerShell

0 comments on commit d37a902

Please sign in to comment.