Content deleted Content added
Stevebroshar (talk | contribs) Make first paragraph longer by merging with second |
Stevebroshar (talk | contribs) →Example: Edit for brevity and readability |
||
Line 28:
==Example==
The following command searches the system's [[BIOS]] for strings that are at 8 characters long:
dd if=/dev/mem bs=1k skip=768 count=256 2>[[/dev/null]] | strings -n 8 | [[less (Unix)|less]]▼
==See also==
|