Z
Z
Zuoya2021-06-01 23:49:27
linux
Zuoya, 2021-06-01 23:49:27

What the team does | tr -cs 'a-zA-Z' '[\n*]' | grep -v "^$" | tr '[:upper:]' '[:lower:]'|?

Sorry for the dumb question, but what does the command above do?
I understand that capital letters are replaced with lowercase letters, uppercase words are replaced with lowercase ones.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2021-06-02
@saboteur_kiev

replaces all English letters with a newline
searches for all non-empty lines
converts uppercase to lowercase (as I understand it is no longer English)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question