me agrego algo a mi mismo :-P, si quisieramos que nos quedara de la forma: archivo1 archivo2 archivo3
en lugar de :
archivo1
archivo2
archivo3
podriamos usar xargs y hacer:
lsof -X | grep -i flash | grep tmp | awk '{print "/proc/"$2"/fd/"$4}' | tr -d u
| xargs mplayer
_______________________________________________
Lugro mailing list
[email protected]
http://lugro.org.ar/mailman/listinfo/lugro
