-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# strings | ||
|
||
Usage: `strings [-nX] <file>` | ||
Usage: `hexdump <file>` | ||
|
||
A simple `mos` utility to extract strings from any file. | ||
A simple `mos` utility to dump the content of any file, with columns showing file location, hex contents and printable characters. | ||
|
||
The option -nX is used to specify the minimum string length. If not specified, the minimum string length is 4. | ||
Supports values of X from 1 to 99. |