# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2001-05-25:3 -+- UNIX Basics -+- klick any key to continue -+- erkules@rocketmail.com -+- erkan yanar -+- -+- nolink -+- English -+- -+- Mozilla/4.74 [de] (X11; U; Linux 2.2.16 i686) -+- 1915 In shell-programming you often want to continue a programm, when the user clicks any button. Normaly "read" is used if you would like to continue with any key then use this:
stty raw; dd if=$(tty) of=/dev/null bs=1 count=1; stty -raw

It just waits for any key