Linux CLI Basics

Hello everyone. I am working on Linux CLI basics, guided portion. I am having issues submitting the answers… either the flag or the number of unique words in unsorted will not validate correct.

Checking my eyes with cat unsorted | uniq | wc -l shows 17

And then running the script shows the flag. Both are correct in the boxes however they wont show correct.

1 Like

cat unsorted | uniq | wc -w

I think this show work

Replace the l with a c and it will give you 11.

I cant get through the first quiz even after answering the questions correctly

hello um i don’t seem to understand the challenge part. can any one pls put me true?

Hi everyone, I can´t to seem to be able to get through the tasks in guided exercises. It says I need 8 points, but how do I get 8 points?
Thank you!