0

I am 55% into the Command Line course on Codecademy but, I can't type "|". I'm trying to do

cat volcanoes.txt | wc

And the | doesn't show and when I try to copy+paste it in only shows a ^V instead of the |. Please help

2 Answers2

1

Try pressing alt + 124 on the numpad.

P. Hansen
  • 11
  • 3
1

You should switch to US keyboard layout. Last key in ASDF row (just next to Enter) should print "|" when pressed in combination with Shift.

It worked for me in Codecademy command line console.

Davor
  • 11
  • 2