There are too many llamas on my laptop...
Aug. 31st, 2006 10:19 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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
Date: 2006-08-31 08:35 pm (UTC)no subject
Date: 2006-08-31 09:27 pm (UTC)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
Date: 2006-08-31 10:32 pm (UTC)no subject
Date: 2006-09-01 09:43 am (UTC)/dev/mem
that way. :Pno subject
Date: 2006-09-01 12:18 pm (UTC)Also worth noting, that only counts the substring llama, so for example, the Spanish verb "llamar" would match. 8)
no subject
Date: 2006-09-01 12:27 pm (UTC)and again, that's the *substring* llama, not necessarily llama. 8)
no subject
Date: 2006-09-01 01:02 pm (UTC)Off-topic, your display picture is cute. <3
no subject
Date: 2006-09-01 10:04 pm (UTC)That's Meg when she was a bit younger. Surely you've seen our giant collection of pictures of the two of them?