morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

strings.1 (377B)


      1 .Dd November 23, 2014
      2 .Dt STRINGS 1 sbase\-VERSION
      3 .Os
      4 .Sh NAME
      5 .Nm strings
      6 .Nd print the strings of pritable characters in files
      7 .Sh SYNOPSIS
      8 .Nm strings
      9 .Op Ar file ...
     10 .Sh DESCRIPTION
     11 .Nm
     12 prints the printable character sequences that are at least 6 characters
     13 long.  If no files are given then it uses stdin.
     14 .Sh STANDARDS
     15 .Nm
     16 mirrors the semantics of Plan9
     17 .Xr strings 1 .