mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
llvm-ar, llvm-nm, llvm-strings: add page (#6566)
This commit is contained in:
parent
96100f42d3
commit
bc8707f290
3 changed files with 21 additions and 0 deletions
7
pages/common/llvm-ar.md
Normal file
7
pages/common/llvm-ar.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# llvm-ar
|
||||
|
||||
> This command is an alias of `ar`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr ar`
|
7
pages/common/llvm-nm.md
Normal file
7
pages/common/llvm-nm.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# llvm-nm
|
||||
|
||||
> This command is an alias of `nm`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr nm`
|
7
pages/common/llvm-strings.md
Normal file
7
pages/common/llvm-strings.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# llvm-strings
|
||||
|
||||
> This command is an alias of `strings`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr strings`
|
Loading…
Add table
Reference in a new issue