diff --git a/pages/common/llvm-ar.md b/pages/common/llvm-ar.md new file mode 100644 index 0000000000..3febbb180c --- /dev/null +++ b/pages/common/llvm-ar.md @@ -0,0 +1,7 @@ +# llvm-ar + +> This command is an alias of `ar`. + +- View documentation for the original command: + +`tldr ar` diff --git a/pages/common/llvm-nm.md b/pages/common/llvm-nm.md new file mode 100644 index 0000000000..9bbf75969c --- /dev/null +++ b/pages/common/llvm-nm.md @@ -0,0 +1,7 @@ +# llvm-nm + +> This command is an alias of `nm`. + +- View documentation for the original command: + +`tldr nm` diff --git a/pages/common/llvm-strings.md b/pages/common/llvm-strings.md new file mode 100644 index 0000000000..2cece0af97 --- /dev/null +++ b/pages/common/llvm-strings.md @@ -0,0 +1,7 @@ +# llvm-strings + +> This command is an alias of `strings`. + +- View documentation for the original command: + +`tldr strings`