Add strings(1)

This commit is contained in:
sin
2013-08-14 10:41:55 +01:00
parent cd592c9f23
commit 0ed2a55003
3 changed files with 67 additions and 0 deletions

10
strings.1 Normal file
View File

@@ -0,0 +1,10 @@
.TH STRINGS 1 sbase\-VERSION
.SH NAME
strings \- print the strings of printable characters in files
.SH SYNOPSIS
.B strings
.IR [file...]
.SH DESCRIPTION
.B strings
prints the printable character sequences that are at least 6 characters
long. If no files are given then it uses stdin.