Show Menu
Cheatography

Cheat Sheet Comandos Linux Terminal (Xavi) Cheat Sheet (DRAFT) by

Esta es la cheat sheet definitiva de los comandos que a dia de hoy no recuerdo

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Empaqu­eta­r/D­ese­mpa­quetar - Compri­mir­/De­sco­mprimir

COMANDO
¿Para que utiliz­­arlo?
EMPAQU­ETA­R/D­ESE­MPA­QUETAR
tar -cvf
Empaqueta
tar -xvf
Desemp­aqueta
INFO EXTRA
Si queremos que muestre lo que esta haciendo -c
COMPRI­MIR­/DE­SCO­MPRIMIR
gzip (archivo)
Comprime
gzip -d (archi­vo.gz)
Descom­prime
COMPRIMIR Y EMPAQUETAR A LA VEZ
tar -cffv (archivo)
tar -xzvf (archi­vo.t­ar.gz)
Diferentes formatos de compresión
bzip2 gzip xz

Empaqu­eta­r/D­ese­mpa­quetar - Compri­mir­/De­sco­mprimir

COMANDO
¿Para que utiliz­­arlo?
EMPAQU­ETA­R/D­ESE­MPA­QUETAR
tar -cvf
Empaqueta
tar -xvf
Desemp­aqueta
INFO EXTRA
Si queremos que muestre lo que esta haciendo -c
COMPRI­MIR­/DE­SCO­MPRIMIR
gzip (archivo)
Comprime
gzip -d (archi­vo.gz)
Descom­prime
COMPRIMIR Y EMPAQUETAR A LA VEZ
tar -cffv (archivo)
tar -xzvf (archi­vo.t­ar.gz)
Diferentes formatos de compresión
bzip2 gzip xz
 

BUSQUEDA EN DOCUMENTOS

COMANDO
¿Para que utiliz­­arlo?
File Gloobing
Busqueda de palabras en archivos, rangos de valores, encontrar caracteres
cat "­xxx­"
Te lee lo que contiene el archivo
[]
Rango de valores en los que buscar
$
Inicio de la linea
.
Cualquier caracter
*
0 a N veces el caracter anterior
?
Cualquier caracter una vez