Is there a compact way to store the output of a find command into a list ?
Something like:
find / -name "mov*.txt" | read var
But in a list in order to store all the paths found.
Is there a compact way to store the output of a find command into a list ?
Something like:
find / -name "mov*.txt" | read var
But in a list in order to store all the paths found.