Juneyoung Oh
Resultados
1
preguntas formuladas por
Juneyoung Oh
¿Cómo puedo almacenar los resultados del comando "buscar" como una matriz en Bash?
8
respuestas
169
votos
161.1k
vistas
Estoy intentando guardar el resultado findcomo matrices. Aquí está mi código: #!/bin/bash echo "input : " read input echo "searching file with this pattern '${input}' under present directory" array=`find .