Find the answer to your Linux question:
Results 1 to 4 of 4
is there any way to write a certain script that outputs a rhythm of error peeps (sure i mean to hear the error peeps not an error message) Thanks...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    2

    Giving sound peeps

    is there any way to write a certain script that outputs a rhythm of error peeps (sure i mean to hear the error peeps not an error message)
    Thanks

  2. #2
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    This gives a beep:

    Code:
    printf "\a"
    Regards

  3. #3
    Just Joined!
    Join Date
    Apr 2007
    Posts
    2
    under which scripting language?

  4. #4
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    You can use it in Bash scripts.

    Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...