Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

List files recursively

$ ls -R


- it displays files contained within subdirectories in the current directory.
	When you have a lot of subdirectories,
	the list can get quite long.
 
PREVIOUS NEXT
Tagged: #List #files #recursively
ADD COMMENT
Topic
Name
7+5 =