Save the list of all files in a folder – recursively.
find .|sed 's/\.\///;'
Another option is
ls -R -1
Kind of like the DOS command ‘dir /s
‘
[tags]dir,ls,command,linux,folder,list,recursive,directory[/tags]
Byte sized tech know-how.
Save the list of all files in a folder – recursively.
find .|sed 's/\.\///;'
Another option is
ls -R -1
Kind of like the DOS command ‘dir /s
‘
[tags]dir,ls,command,linux,folder,list,recursive,directory[/tags]
Copyright © 2024 Txt