Responder
To have a Linux beep each time a new line is printed on standard output, just filter your output through the following code: gawk ‘{print «07» $0 }’ This will effectively «prepend» a bell to each line. You can convert … Sigue leyendo