Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
david.wurm
/
InternetServicesBook
réplica de
https://github.com/trimstray/the-book-of-secret-knowledge
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
add new one-liner to 'awk' section
- signed-off-by: trimstray <trimstray@gmail.com>
pull/89/head
trimstray
hace 4 años
padre
fb158ea7db
commit
46e0cedff6
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-0
README.md
+ 9
- 0
README.md
Ver fichero
@@ -3259,6 +3259,15 @@ awk '!x[$0]++' filename
awk '{print $NF}' filename
```
###### Remove empty lines
```bash
awk 'NF > 0' filename
# alternative:
awk NF filename
```
###### Print multiple columns with separators
```bash
Escribir
Vista previa
Cargando…
Cancelar
Guardar