Skip to main content
Grammar, spelling and markup. Updated tags.
Source Link
Kusalananda
  • 355.9k
  • 42
  • 735
  • 1.1k

Count lines with different caracterscharacters

I am trying to write comanda command that examines thea file, which name has been given as a parameter, and prints out the number of different lines containing exactly 7 characters. I was doing it using grepgrep and findfind, but iI am going wrong. What should iI use, or what pattern?

Count lines with different caracters

I am trying to write comand that examines the file, which name has been given as a parameter, and prints out the number of different lines containing exactly 7 characters. I was doing it using grep and find, but i am going wrong. What should i use, or what pattern?

Count lines with different characters

I am trying to write a command that examines a file which name has been given as a parameter, and prints out the number of different lines containing exactly 7 characters. I was doing it using grep and find, but I am going wrong. What should I use, or what pattern?

Source Link

Count lines with different caracters

I am trying to write comand that examines the file, which name has been given as a parameter, and prints out the number of different lines containing exactly 7 characters. I was doing it using grep and find, but i am going wrong. What should i use, or what pattern?