Other commands
find
finds files
find <start> -name <filename to find> -print
find . -name popquiz -print
finds the file named “popquiz”
Previous slide
Next slide
Back to first slide
View graphic version