Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
loop through directories bash
Sironsse
Programming language:
Shell/Bash
2021-05-30 02:10:48
0
Q:
loop through directories bash
ADTC
Code:
Shell/Bash
2021-03-02 20:38:27
#loops only through directories
for
d
in
*/ ;
do
echo
"
$d
"
done
0
Tags
loop
Related
bash endless loop
loop bash
bash loop over files in directory
bash for loop
how to collect values from each iteration of a loop and save them bash
bash script loop
bash move
bash loop
bash script until loop
New to Communities?
Join the community