Elektrine lite

← Feed

@cark@social.tchncs.de

Post #1817718

2026-04-30 18:32 UTC

RE: https://social.tchncs.de/@cark/116459954767698913 #TIL You can copy or rename files without retyping the path: ❯ cp /your/long/path/config.toml{,.bak} This expands to: cp /your/long/path/config.toml /your/long/path/config.bak Works also with `echo` (nice for testing). Thanks to @irom@social.tchncs.de for recently pointing me in this direction. 👍️ #bash #linux #cli

Replies (3)