Raspberry PI Basics Raspberry PI File and directory command line by shedboy71 26th March 2017 File and directory command line Directories List directory: ls List directory (wildcard matching): ls *.txt List all files of type: find . -name “*.txt” -print Switch/toggle between dirs: cd – … Read more