Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 183 Bytes

2017-10-30.md

File metadata and controls

11 lines (11 loc) · 183 Bytes

LINUX

Ejecutar un comando de Linux leyendo desde un fichero el comando

echo "ps" > ejecutar
cat ejecutar
`cat ejecutar`
ejecutar=`cat ejecutar`
$ejecutar