| Summary: | /usr/bin/rename некорректно работает с именами файлов при указании полного пути | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Anton Farygin <rider> |
| Component: | util-linux | Assignee: | Alexey Gladkov <legion> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | boyarsh, glebfm, iv, ldv, legion, placeholder, respublica, vt |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Anton Farygin
2020-07-09 17:58:09 MSK
> mkdir /tmp/test_dir
> touch /tmp/test_dir/test_file
> rename '' aaaaa- /tmp/test_dir/test_file
> ls /tmp/test_dir
aaaaa-test_file
|