\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Giosant888gamerYT} \pdfinfo{ /Title (comandos.pdf) /Creator (Cheatography) /Author (Giosant888gamerYT) /Subject (Comandos Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{D6D656} \definecolor{LightBackground}{HTML}{F9F9E9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Comandos Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Giosant888gamerYT} via \textcolor{DarkBackground}{\uline{cheatography.com/208348/cs/44642/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Giosant888gamerYT \\ \uline{cheatography.com/giosant888gameryt} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 14th October, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para archivos y directorios}} \tn % Row 0 \SetRowColor{LightBackground} ls & Lista el contenido de un directorio \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ls -l & Muestra la salida en formato largo \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} ls -R & Lista recursivamente un directorio \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} ls -a & Muestra ficheros ocultos \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} ls -h & Muestra el tamaño de forma legible \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} ls -i & Muestra el identificador del i-nodo asociado \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} cd alias & Cambiar el directorio actual por alias \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} cd .. & Cambia al directorio padre \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} cd \textasciitilde{} & Cambia al directorio base (home) \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} pwd & Muestra el directorio en el que estamos \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} mkdir alias & Crea un nuevo directorio alias \tn % Row Count 21 (+ 2) % Row 11 \SetRowColor{white} mkdir -p alias/alias2 & Crea los directorios intermedios si no existieran \tn % Row Count 24 (+ 3) % Row 12 \SetRowColor{LightBackground} mkdir \{alias1,alias2\} & Crea varios directorios a la vez \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} mv fuente destino & Mueve o renombra de fuente a destino \tn % Row Count 28 (+ 2) % Row 14 \SetRowColor{LightBackground} mv -i & Pregunta antes de sobreescribir \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para archivos y directorios (cont)}} \tn % Row 15 \SetRowColor{LightBackground} mv -u & Actualiza el destino sólo si es más reciente \tn % Row Count 2 (+ 2) % Row 16 \SetRowColor{white} cp fuente destino & Copia un fichero de fuente a destino \tn % Row Count 4 (+ 2) % Row 17 \SetRowColor{LightBackground} cp -R & Copia recursivamente un directorio \tn % Row Count 6 (+ 2) % Row 18 \SetRowColor{white} cp -i & Pregunta antes de sobreescribir \tn % Row Count 8 (+ 2) % Row 19 \SetRowColor{LightBackground} cp -l & Hace enlaces fuertes en lugar de copiarlos \tn % Row Count 10 (+ 2) % Row 20 \SetRowColor{white} cp -p alias /dir1/dir2 & Copia alias en dir2 creando dir1 si no existe \tn % Row Count 12 (+ 2) % Row 21 \SetRowColor{LightBackground} cp {\emph{alias}}{[}!A{]} dest & Copia los archivos que incluyan alias y no terminen en A en destino \tn % Row Count 15 (+ 3) % Row 22 \SetRowColor{white} rm alias & Borra archivos o directorios \tn % Row Count 17 (+ 2) % Row 23 \SetRowColor{LightBackground} rm -r & Borra recursivamente un directorio \tn % Row Count 19 (+ 2) % Row 24 \SetRowColor{white} rm -f & Fuerza el borrado \tn % Row Count 20 (+ 1) % Row 25 \SetRowColor{LightBackground} rm -i & Pregunta antes de borrar \tn % Row Count 21 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Búsquedas de ficheros y patrones}} \tn % Row 0 \SetRowColor{LightBackground} grep & Sirve para buscar patrones en ficheros \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} grep -c & Muestra la cantidad de líneas \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} grep -i & Ignora diferencias en mayúsculas y minúsculas \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} grep -H & Imprime el nombre del fichero \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} grep -l & Cuando son múltiples ficheros sólo muestra los nombres y no las líneas correspondientes \tn % Row Count 13 (+ 4) % Row 5 \SetRowColor{white} grep -v & Devuelve las que no contienen el patrón \tn % Row Count 15 (+ 2) % Row 6 \SetRowColor{LightBackground} grep -r & Busca de forma recursiva \tn % Row Count 16 (+ 1) % Row 7 \SetRowColor{white} grep -n & Imprime el número de cada línea \tn % Row Count 18 (+ 2) % Row 8 \SetRowColor{LightBackground} grep "\textasciicircum{}alias" file & Busca en file las líneas que comienzan por alias \tn % Row Count 21 (+ 3) % Row 9 \SetRowColor{white} find & Sirve para buscar archivos de forma recursiva \tn % Row Count 23 (+ 2) % Row 10 \SetRowColor{LightBackground} find -name alias & Busca los archivos con nombre alias \tn % Row Count 25 (+ 2) % Row 11 \SetRowColor{white} find -user usuario & Busca los archivos de usuario \tn % Row Count 27 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Paginar, visualizar y editar ficheros}} \tn % Row 0 \SetRowColor{LightBackground} echo HelloWorld & Escribe en la salida estandar \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} cat alias & Muestra el contenido de alias \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} cat alias alias2 & Concatena el contenido de los dos ficheros \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} cat \textgreater{} alias & Escribimos y graba lo escrito en alias \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} more alias & Pagina el fichero alias \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} cat alias | more & Muestra el contenido de alias paginado \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para compactar y agrupar ficheros}} \tn % Row 0 \SetRowColor{LightBackground} gzip & Sirve para comprime archivos o directorios \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} gzip alias & Comprime el archivo alias \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} gzip {[}-1...-9 {]} alias & Indica el nivel de compresión (1 menor, 9 mayor) \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} gzip -r alias & Comprime de modo recursivo \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} gzip -l alias & Muestra información de la compresión \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} gzip -S .zip alias & Indica un sufijo al fichero de salida \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} gzip -c alias \textgreater{} alias.gz & Crea un archivo alias.gz manteniendo alias \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} gzip -d alias & Descomprime un archivo (como gunzip) \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} gunzip alias & Descomprime el archivo alias \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} gunzip -r alias & Descomprime de modo recursivo \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} tar & Sirve para compactar archivos o directorios \tn % Row Count 23 (+ 2) % Row 11 \SetRowColor{white} tar -c alias & Permite crear (tarear) \tn % Row Count 24 (+ 1) % Row 12 \SetRowColor{LightBackground} tar -x alias & Permite extraer (destarear) \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} tar -v alias & Activa el modo debug \tn % Row Count 27 (+ 1) % Row 14 \SetRowColor{LightBackground} tar -f alias & Agrupa o desagrupa hacia el destino alias \tn % Row Count 29 (+ 2) % Row 15 \SetRowColor{white} tar -z alias & Compacta o descompacta el fichero resultante una vez agrupado o desagrupado con gzip y gunzip \tn % Row Count 34 (+ 5) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para compactar y agrupar ficheros (cont)}} \tn % Row 16 \SetRowColor{LightBackground} tar -t alias & Lista el contenido de un fichero agrupado \tn % Row Count 2 (+ 2) % Row 17 \SetRowColor{white} tar -M alias & Agrupa en volúmenes \tn % Row Count 3 (+ 1) % Row 18 \SetRowColor{LightBackground} tar -czvf alias.gz alias & Empaqueta y comprime alias \tn % Row Count 5 (+ 2) % Row 19 \SetRowColor{white} tar -tzvf alias & Muestra el contenido de alias \tn % Row Count 7 (+ 2) % Row 20 \SetRowColor{LightBackground} tar -xzvf alias.gz & Desempaqueta y descomprime alias \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Enlaces}} \tn % Row 0 \SetRowColor{LightBackground} ln & Sirve para crear enlaces físicos o simbólicos \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ln origen nombre & Crea un enlace físico a origen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} ln -s origen nombre & Crea un enlace simbólico a origen \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09494 cm} x{3.88206 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Ejecución de archivos .sh}} \tn % Row 0 \SetRowColor{LightBackground} sh & Sirve para ejecutar archivos sh \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} sh \seqsplit{alias.sh} & Ejecuta el contenido del archivo alias.sh \tn % Row Count 3 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para filtrar ficheros}} \tn % Row 0 \SetRowColor{LightBackground} file alias & Determina el tipo de fichero \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} stat alias & Muestra información de un fichero \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} sort alias & Ordena las líneas de un fichero \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} sort -r & Ordena al revés \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} sort -f & Trata mayúsculas y minúsculas por igual \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} wc & Contador de palabras \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} wc -l alias & Cuenta las líneas \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} wc -w alias & Cuenta las palabras \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} wc -c alias & Cuenta los bytes \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} uniq alias & Borra las líneas repetidas del fichero alias \tn % Row Count 17 (+ 2) % Row 10 \SetRowColor{LightBackground} uniq -c alias & Utiliza como prefijo en cada línea el número de ocurrencias \tn % Row Count 20 (+ 3) % Row 11 \SetRowColor{white} uniq -d alias & Sólo imprime las líneas duplicadas \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} head alias & Muestra las 10 primeras líneas (por defecto) de alias \tn % Row Count 24 (+ 2) % Row 13 \SetRowColor{white} head -\textless{}n\textgreater{} alias & Muestra las n primeras líneas \tn % Row Count 26 (+ 2) % Row 14 \SetRowColor{LightBackground} tail alias & Muestra las 10 últimas líneas (por defecto) de alias \tn % Row Count 28 (+ 2) % Row 15 \SetRowColor{white} tail -f alias & Se ejecuta continua hasta que se pulse Ctrl+C \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para filtrar ficheros (cont)}} \tn % Row 16 \SetRowColor{LightBackground} tail -q alias & No muestra los nombres de los ficheros cuando son varios \tn % Row Count 2 (+ 2) % Row 17 \SetRowColor{white} tail -\textless{}n\textgreater{} & Muestra las n últimas líneas \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Redireccionamiento}} \tn % Row 0 \SetRowColor{LightBackground} ls \textgreater{} lista & Crea el archivo lista o lo sobreescribe \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ls \textgreater{}\textgreater{} lista & Añade a continuación del archivo lista \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} sort \textless{} lista & Ordena listay lo muestra \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} sort \textless{} lista \textgreater{} lista2 & Ordena lista y lo almacena en lista2 \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} ls -l | less & Hace ls y le aplica less \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} ls -l | grep a & Hace ls y le aplica grep a \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Obtener ayuda}} \tn % Row 0 \SetRowColor{LightBackground} help & help alias \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} man & man alias \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} info & info alias \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} whatis & whatis alias \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.4931 cm} x{3.4839 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Comandos para desconectarse del sistema}} \tn % Row 0 \SetRowColor{LightBackground} exit & Permite terminar el shell actual. Si se tiene un único shell es equivalente a desconectarse del sistema, pero si se está en un subshell, sólo se terminará éste, retornando al shell anterior. \tn % Row Count 8 (+ 8) % Row 1 \SetRowColor{white} logout & Permite desconectarse del sistema a partir de un login shell. Ctrl-D permite terminar el shell actual. \tn % Row Count 12 (+ 4) % Row 2 \SetRowColor{LightBackground} shutdown & Sirve para apagr totalmente el sistema. \tn % Row Count 14 (+ 2) % Row 3 \SetRowColor{white} shutdown -h now & Apaga el sistema (-halt) ahora (now) \tn % Row Count 16 (+ 2) % Row 4 \SetRowColor{LightBackground} shutdown -h 18:45 & Se apagará a las 18:45 \tn % Row Count 18 (+ 2) % Row 5 \SetRowColor{white} shutdown -r -g5 & Reiniciará (-r) en 5 minutos (-g5) \tn % Row Count 20 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}