jonocarroll
uıɐbɐ ʞunɹp ɯ,ı
Does nothing. Absolutely nothing. Do you meancat thread > /dev/null
rm -rf thread
mv thread /dev/null
or perhaps something that would make the thread make sense...
sed '/speedie/,/enigma/d' thread.php > better_thread.php
?
Even better... insert this somewhere...
DELETE FROM Members
WHERE Username='speedie' AND Member No='17592';
![exploits_of_a_mom.png](https://proxy.imagearchive.com/489/489e2c0c4e9a7f2bf2b3d4f1bd9ab909.png)
[quote post='739710' date='Feb 10 2011, 08:50 PM']for i in 10 9 8 7 6 5 4 3 2 1; do echo "$i aggots hanging on the wall"; done[/quote]
What? And type out numbers like a monkey?
for i in {10..0}
or
for i in `seq 10 0'
= much cleaner.