7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| mkdir -p walk-test/dir1
 | |
| touch walk-test/file-0
 | |
| touch walk-test/file-1
 | |
| touch walk-test/dir1/file-2
 | |
| touch walk-test/dir1/file-3
 | |
| echo "4 files and 2 directories (including '.')"
 |