Skip to content
View Orurh's full-sized avatar

Block or report Orurh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Orurh/README.md

Hi there 👋

Команды в Git Bash консоли clear — Очистить консоль

Навигация

pwd — Показать текущий каталог
ls - Показать файлы в данной папке, кроме скрытых
ls -f — Показать файлы в данной папке, включая и скрытые
cd c:/ — Перейти в конкретный каталог
cd - — Вернуться назад
cd .. — Выйти на 1 уровень вверх
cd ../.. — Выйти на 2 уровня вверх

Создание каталогов
mkdir — Создать папку
cd !$ — Перейти в только что созданную папку
mkdir -p {app1,app2} — Создать сразу несколько папок
mkdir -p app/{css,js} — Создать сразу несколько вложенных папок\

Создание файлов
touch index.html — Создать файл index.html
touch app/{css/main.css,js/main.js,index.html} — Создать сразу несколько файлов, никаких лишних пробелов быть не должно

Удаление файлов
touch — позволяет создавать файлы
rm test — Удалить пустую папку test
rm -r test — Удалить папку test с файлами внутри неё

Перемещение файлов
mv app1/. app2 — Переместить все файлы из папки app1 в папку app2\

Popular repositories Loading

  1. Stringplus Stringplus Public

    Implementation of the string.h library with additions

    C 1

  2. Learning Learning Public

    Jupyter Notebook

  3. NN-itB NN-itB Public

    Python

  4. last_Work_site last_Work_site Public

    Python

  5. Orurh Orurh Public

  6. Simulation Simulation Public

    Симуляция мира со статичными и движущимися объектами

    Python