File: srch_strings.1

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (43 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH SRCH_STRINGS 1 "Mar 2005" "The Debian Project"
.SH NAME
srch_strings \- Display printable strings in files
.SH SYNOPSIS
.B srch_strings
.RI [ option(s) ]\ [ file(s) ]
.SH OPTIONS
.TP
.BR \-a
Scan the entire file, not just the data section.
.TP
.BR \-f
Print the name of the file before each string.
.TP
.BI \-n\  number ,\ \- number
Locate and print any NUL-terminated sequence of at least
.I number
characters (default 4).
.TP
.BR \-t\  { o , x , d }
Print the location of the string in base 8, 10 or 16.
.TP
.BR \-o
An alias for
.BR \-\-radix=o .
.TP
.BR \-e\  { s , S , b , l , B , L }
Select character size and endianness:
.BR s\  =\ 7-bit,
.BR S\  =\ 8-bit,
.RB { b,l }\ =\ 16-bit,
.RB { B,L }\ =\ 32-bit.
.TP
.BR \-h
Display command line help.
.TP
.BR \-v
Print the program's version number.
.SH SEE ALSO
.BR strings (1)
.SH AUTHOR
The SleuthKit is copyright (c) Brian Carrier. This manual page was written
by Martin A. Godisch for Debian GNU/Linux, but may be used by others.