Отменить отмену с исключением существующих папок и удалить файлы на диске, которые отсутствуют на диске

Попробуйте с sed

sed -n 's|\(.*\S\)\s\+[0-9].*|/\1/s/$/turkish/|p' a.txt |
sed -f - b.txt
-1
20.09.2018, 09:47
1 ответ

Попробуйте указать желаемое имя целевого каталога после вашей команды, например,

git clone <remote URL.git> nameIwant

Изman git-clone:

<directory>
    The name of a new directory to clone into. The "humanish" part of
    the source repository is used if no directory is explicitly given
    (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning
    into an existing directory is only allowed if the directory is
    empty.
2
28.01.2020, 05:08

Теги

Похожие вопросы