#TIL You can copy or rename files without retyping the path:
Uncategorized
1
Posts
1
Posters
4
Views
-
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 for recently pointing me in this direction.
️ -
R relay@relay.infosec.exchange shared this topic