Загрузка видео...

Не удалось загрузить видео

На главную

Quick Linux tip: When creating a new directory, you’ll often find yourself running: $ mkdir project $ cd project You can combine both steps into a single command: $ mkdir app && cd $_ The $_ variable expands to the last argument of the previous command, which in this...

21,340 просмотров • 24 дней назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео