Horje
Iterate over only folder in bash Code Example
Iterate over only folder in bash
for d in */ ; do
    echo "$d"
done




Shell

Related
change default directory from screenshots to directory mac Code Example change default directory from screenshots to directory mac Code Example
for each folder in directory bash Code Example for each folder in directory bash Code Example
get list of directories bash Code Example get list of directories bash Code Example
change default directory from screenshots to directory ubuntu Code Example change default directory from screenshots to directory ubuntu Code Example
how to activate virtual environment in ubuntu 20.04 Code Example how to activate virtual environment in ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11