Archivo mensual: mayo 2021

About useless use of cat (UUOC)

The context It is well known that cat can be uselessly used and that other forms are preferable. For example: cat file.txt | grep word which can be better written like this: grep word file.txt This is not without its … Sigue leyendo

Publicado en Sin categoría | Deja un comentario