Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/Shell Implementation/Bash/Bash Script/
Bash for
Search

Bash for

Creator
Creator
Seonglae Cho
Created
Created
2020 Jan 7 4:39
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Jul 13 4:41
Refs
Refs
Bash Brace Expansion
for f in *; do cd "$d" git branch cd ../ done
 
 
 
 
How do I loop through only directories in bash?
I have a folder with some directories and some files (some are hidden, beginning with dot). for d in *; do echo $d done will loop through all files, but I want to loop only through directories. ...
How do I loop through only directories in bash?
https://unix.stackexchange.com/questions/86722/how-do-i-loop-through-only-directories-in-bash
How do I loop through only directories in bash?
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/Shell Implementation/Bash/Bash Script/
Bash for
Copyright Seonglae Cho