* Stefan Neuser @ C4 Design <[EMAIL PROTECTED]> [060926 21:41]:

> echo "Momentante Taktrate";
> cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
> in eine Zeile wenn ich diese Kommandos in ein Shellscript schreibe ?

Entweder ganz normal durch die shell:
echo "Momentante Taktrate" $(cat 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq)

Oder du liest einfach die manpage von echo; die allererste Option, die
aufgeführt wird.


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html

Attachment: signature.asc
Description: Digital signature

Antwort per Email an