mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 05:43:47 +00:00
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rename
|
|
|
|
> `rename` can refer to multiple commands with the same name.
|
|
|
|
- View documentation for the Perl version:
|
|
|
|
`tldr -p common rename`
|
|
|
|
- View documentation for the `util-linux` version:
|
|
|
|
`tldr rename.util`
|