PDA

View Full Version : How to??



fjon13
05-09-2003, 08:15 AM
$ echo "DEFAULT=userdef" | knoppix-customize --action set_syslinux_opt --image knoppix.iso

In Linux command lines like the one above how do I make the vertical line between :arrow: (userdef" ? Knoppix) ? :( I am using a 103 MS type keyboard! Or does one have to use it to complete the command?
Thanks John

Dave_Bechtel
05-09-2003, 08:32 AM
--That is known as the "pipe" character. On my keyboard it is shift-backslash. (\) Anybody know the ASCII value offhand?

--For foreign (non-english) characters, I find it useful sometimes to cut+paste.


$ echo "DEFAULT=userdef" | knoppix-customize --action set_syslinux_opt --image knoppix.iso

In Linux command lines like the one above how do I make the vertical line between :arrow: (userdef" ? Knoppix) ? :( I am using a 103 MS type keyboard! Or does one have to use it to complete the command?
Thanks John

Stephen
05-09-2003, 09:18 AM
--That is known as the "pipe" character. On my keyboard it is shift-backslash. (\) Anybody know the ASCII value offhand?

I believe it is 166.

fjon13
05-10-2003, 01:41 AM
:o Right on! :) Thanks! John