Content deleted Content added
tag as one source |
m →Example: rm <syntaxhighlight> |
||
Line 33:
==Example==
Using ''strings'' to print sequences of characters that are at least 8 characters long (this command prints the system's [[BIOS]] information; should be run as root):
dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8 | less▼
▲ dd if=/dev/mem bs=1k skip=768 count=256 2>[[/dev/null]] | strings -n 8 | [[less (Unix)|less]]
==See also==
|