llvm-ar, llvm-nm, llvm-strings: add page (#6566)

beep
pixel 2021-09-20 12:33:14 +02:00 committed by GitHub
parent 96100f42d3
commit bc8707f290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

7
pages/common/llvm-ar.md Normal file
View 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
View File

@ -0,0 +1,7 @@
# llvm-nm
> This command is an alias of `nm`.
- View documentation for the original command:
`tldr nm`

View File

@ -0,0 +1,7 @@
# llvm-strings
> This command is an alias of `strings`.
- View documentation for the original command:
`tldr strings`