Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:bash:recursively_list_files_and_directories [2013/05/09 11:02] – created billhdocs:bash:recursively_list_files_and_directories [2013/05/09 11:04] (current) billh
Line 3: Line 3:
   * ''find . -print'' - nice because the full path is shown   * ''find . -print'' - nice because the full path is shown
   * ''find . -type f -print'' - only show files   * ''find . -type f -print'' - only show files
 +  * ''find . -type d -print'' - only show directories
 +  * ''find . -L -print'' - also follow symbolic links
  
 ===== ls ===== ===== ls =====
  • docs/bash/recursively_list_files_and_directories.1368118977.txt.gz
  • Last modified: 2013/05/09 11:02
  • by billh