Posted in Command Line, Linux List All Files in a Folder Recursively Binny V A March 10, 2007 Leave a Comment on List All Files in a Folder Recursively 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] Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.