← Back to team overview

ubuntu-server-tips team mailing list archive

[Bug 425746] [NEW] Using grep

 

Public bug reported:

You can add "| grep keyword" to search for a keyword in the output of a
command. grep can also search through several files: "grep -r -e keyword
/etc".

German: Sie können "| grep keyword" verwenden um nach einem
Schlüsselwort in der Ausgabe eines Befehls zu machen. grep kann auch
mehrere Dateien durchsuchen: "grep -r -e keyword /etc".

** Affects: ubuntu-server-tips
     Importance: Undecided
         Status: New

-- 
Using grep
https://bugs.launchpad.net/bugs/425746
You received this bug notification because you are a member of Ubuntu
Server Tips, which is subscribed to Ubuntu Server Tips.

Status in Ubuntu Server Tips: New

Bug description:
You can add "| grep keyword" to search for a keyword in the output of a command. grep can also search through several files: "grep -r -e keyword /etc".

German: Sie können "| grep keyword" verwenden um nach einem Schlüsselwort in der Ausgabe eines Befehls zu machen. grep kann auch mehrere Dateien durchsuchen: "grep -r -e keyword /etc".



Follow ups

References