Answers for "get all folders in shell script"

1

how to find all the dir in current working directory in linux

dir
Posted by: Guest on July-09-2021
1

bash list all files in directory and subdirectories

# Bash-specific

# syntax 
ls -R <file-or-directory-to-find>

# example
ls -R *hotographi*
Posted by: Guest on April-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language