Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Chube
  • Order by date
  1. Chube

    help awk

    awk ' { printf "%s %s %s %s %s %s %s\n",substr($1,1,4),substr($1,5,2),substr($1,7,2),substr($1,9,2),substr($1,11),$2,$3; } ' file.txt
  2. Chube

    -F problem

    nawk ' BEGIN { FS="/opt/folder"; } { printf "%s-%s\n",$1,$2; } ' file
  3. Chube

    Sed question

    I need someone explain me which is the output of the execution of this sentence: sed '' file.txt Thank You very much
  4. Chube

    Manual de Awk en castellano

    Para aquellos que tengáis problemas con Awk o queréis aprender en profundidad este versátil comando os recomiendo mi manual en Castellano en http://inicia.es/de/chube. En esta página también podéis encontrar otros dos manuales en castellano realizados por mi. Uno de KornShell y otro del editor...
  5. Chube

    Excellent Awk Manual translated to Spanish

    Here there is a excellent Awk Language Programming Manual translated to Spanish: http://inicia.es/de/chube
  6. Chube

    awk for MSDOS

    I would like to know if there is a version of awk for MS-DOS and if it's possible to download from Internet.<br><br>Thank you.

Part and Inventory Search

Back
Top