Y
Hacker News
new
|
ask
|
show
|
jobs
by
ksherlock
58 days ago
By default, strings needs a run of 4+ (printable|ascii) characters. This sounds like it was 1 ascii character at a time in a sea of random data (with other alpha chars removed).
1 comments
Crestwave
57 days ago
Ah, right. It would have to be `strings -n 1`, then.
link