nyankoframe (
nyankoframe) wrote2006-08-31 10:19 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
There are too many llamas on my laptop...
So much so that
For those people who don't know what that means, here's an explanation:
"But to explain it very simply, what that command does is to dump the computer's memory to the screen (cat), get all the text from the dump(strings), find all lines which have llama in them (grep) and then count the number of lines (wc).
So there were 332 lines with "llama" in them in my laptop's memory. ^_^;"
cat
errored out too. :P
nyanko@LupinIX:~$ sudo cat /dev/mem | strings | grep llama | wc -l
cat: /dev/mem: Bad address
332
For those people who don't know what that means, here's an explanation:
"But to explain it very simply, what that command does is to dump the computer's memory to the screen (cat), get all the text from the dump(strings), find all lines which have llama in them (grep) and then count the number of lines (wc).
So there were 332 lines with "llama" in them in my laptop's memory. ^_^;"
no subject
no subject
But to explain it very simply, what that command does is to dump the computer's memory to the screen (cat), get all the text from the dump (strings), find all lines which have llama in them (grep) and then count the number of lines (wc).
So there were 332 lines with "llama" in them in my laptop's memory. ^_^;
no subject
no subject
/dev/mem
that way. :Pno subject
Also worth noting, that only counts the substring llama, so for example, the Spanish verb "llamar" would match. 8)
no subject
and again, that's the *substring* llama, not necessarily llama. 8)
no subject
Off-topic, your display picture is cute. <3
no subject
That's Meg when she was a bit younger. Surely you've seen our giant collection of pictures of the two of them?