martes, 24 de febrero de 2015

using-linux-awk-command-in-php

$output = exec('awk -v OFS=, \'/hello/i {$1=$1;print}\' test.txt > newtest.txt');
 
http://stackoverflow.com/questions/16419070/using-linux-awk-command-in-php 

No hay comentarios:

Publicar un comentario