echo "nano" > fichero echo "sh" >> fichero while read linea do echo $linea ps -fL -C `echo $linea | cut -d '@' -f1` >> resultado done < fichero cat resultado
Ejercicios de Bash: sacar los hilos de los procesos leyendo el nombre del proceso de un fichero (Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.