Reply to post: Re: A stand-alone program to ...

Linux Beep bug joke backfires as branded fix falls short

jabuzz

Re: A stand-alone program to ...

Yeah except if you want echo to interpret backslash escape sequences you need to use the -e option (at least on all my Linux machines) so the command needs to be echo -e "\007" though echo -e "\07" works, as does echo -e \\07 which is a even fewer characters. However instead of using random octal why not use \a which is the alert backslash sequence so echo -e \\a is the shortest variant.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon