Ayuda comandos linux

Iniciado por KiddKeo, 7 Junio 2017, 18:26 PM

0 Miembros y 1 Visitante están viendo este tema.

KiddKeo

Hola buenas estoy haciendo un ejercicio y me he encontrado con estas dos preguntas las cuales no se resolver me seria de mucha ayuda que me dierais una manita :P

El ejercicio es sobre comandos Linux


Con un sólo comando encontrar el número de palabras del fichero pin y la longitud de la línea más larga.

Mostrad cuantas líneas del fichero fich3 contienen la palabra tal. Ha de contar tanto las minúsculas como las mayúsculas.

Slava_TZD

#1
$ wc -wL fichero
      -L, --max-line-length
             print the maximum display width

      -w, --words
             print the word counts

$ grep -io '\btal\b' fichero | wc -l
      -i, --ignore-case
             Ignore case distinctions in both the PATTERN and the input files.
      -o, --only-matching
             Print only the matched parts of a matching line, with each such part on a separate output line.

      -l, --lines
             print the newline counts


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.

Randomize

Es una tarea del cole pero por lo menos lo intentas...

La dejaremos pasar...