xref: /llvm-project/llvm/docs/CommandGuide/llvm-strings.rst (revision c2ca965c8984202ef887a43c1119c7e21b559bf3)
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