12.07.2013 Views

jegyzet gyomlált változata - Eötvös Loránd Tudományegyetem

jegyzet gyomlált változata - Eötvös Loránd Tudományegyetem

jegyzet gyomlált változata - Eötvös Loránd Tudományegyetem

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#!/bin/bash<br />

R=~/szamalap-9<br />

if [ ! -d $R ] ; then<br />

echo ejnye-bejnye >&2<br />

exit 1<br />

fi<br />

T=‘mktemp -d --tmpdir=$R‘<br />

cat /proc/cpuinfo > $T/cpu<br />

grep bogo $T/cpu | tee $R/.cpu<br />

116

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!