Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

4.4 Procesamiento de texto al estilo Unix

Existen algunas herramientas de procesamiento est�ndar de uso habitual en sistemas tipo Unix.

  • No utilizan expresiones regulares:

    • head muestra la primera parte de un archivo.

    • tail muestra la �ltima parte de un archivo.

    • sort ordena las l�neas de un archivo de texto.

    • uniq elimina l�neas duplicadas de un archivo ordenado.

    • tr traduce o borra caracteres.

    • diff compara archivos l�nea por l�nea.

  • Utilizan expresiones regulares sencillas (BRE):

    • grep busca texto seg�n un patr�n.

    • ed editor primitivo.

    • sed editor de flujo.

    • vi editor.

    • emacs editor.

  • Utilizan expresiones regulares extendidas (ERE):

    • egrep busca texto seg�n un patr�n.

    • awk realiza procesamientos de texto sencillos. V�ase Awk, Secci�n 13.3.

    • perl realiza todo procesamiento de texto imaginable. V�ase Perl, Secci�n 13.4.

V�ase Sustituci�n de expresiones regulares, Secci�n 8.6.13, Peque�os scripts que incluyen tuber�as, Secci�n 8.6.18 y La locura de los script cortos en Perl, Secci�n 8.6.20 para algunos scripts de ejemplo.


Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire