xref: /llvm-project/llvm/docs/CommandGuide/llvm-strings.rst (revision a28b8d78e426818b4dd1e6eb9f7353358815a3eb)
1llvm-strings - print strings
2============================
3
4.. program:: llvm-strings
5
6SYNOPSIS
7--------
8
9:program:`llvm-strings` [*options*]
10
11DESCRIPTION
12-----------
13
14:program:`llvm-strings` is a tool that prints strings in files. The goal is to
15make it a drop-in replacement for GNU’s :program:`strings`.
16