Identify the command below that does not function as a filter in Unix/Linux systems.

Choose the correct answer

Explanation

Commands like sort, wc, and grep process and filter input data streams. However, cat primarily concatenates and displays file contents without filtering.

Identify the command below that does not function as… — Basic of linux unix | PakQuizHub