
* Servidor
- Nome: Servidor
- Diretoria: "teste"
- Porta: 15213
* Ferramentas
--
- Família:Grep
- Título: "Grep"
- Descrição: "grep  searches  for  PATTERNS in each FILE.  PATTERNS is one or more patterns separated by newline characters,
and grep prints each line that matches a pattern.  Typically PATTERNS should be quoted when grep is used in  a
shell command."
-Comando: cat INPUT1 | grep INPUT2 & sleep 10
-Inputs:
    - INPUT2: 
        - Nome : pattern
        - Descrição : "Padrao de procura"
        - Tipo : STR
    - INPUT1: 
        - Nome : file
        - Descrição : "Ficheiro onde se vai aplicar a procura"
        - Tipo : FILE