This is an old revision of the document!


recursively list files and directories

  • find . -print - nice because the full path is shown
  • find . -type f -print - only show files
  • `which ls` -R1 . - ok, although this one groups directories and doesn't list the full path on each line
  • docs/bash/recursively_list_files_and_directories.1368118977.txt.gz
  • Last modified: 2013/05/09 11:02
  • by billh