Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

loop through directories bash

#loops only through directories
for d in */ ; do
    echo "$d"
done
Comment

PREVIOUS NEXT
Code Example
Shell :: remove local changes git 
Shell :: wget ignore if exists 
Shell :: git disable pgp 
Shell :: npm vs yarn Haven’t Changed 
Shell :: mdi 5.6.55 
Shell :: laravel view.engine.resover not exists 
Shell :: bash return length of every nth row 
Shell :: import database using cmd ubuntu 
Shell :: kill all screen sessions linux 
Shell :: installation directory must be on local hard drive 
Shell :: how to start venv 
Shell :: angular install ng-apexcharts 
Shell :: decode base64 command line 
Shell :: windows powershell ise run as administrator 
Shell :: use x2go with gnome linux 
Shell :: powershell find in history 
Shell :: give root permission to user ubuntu 
Shell :: bash get one checksum for many files 
Shell :: git source autocomplete 
Shell :: ubuntu mysql client cli 
Shell :: git pasar de https a ssh 
Shell :: install kubenertes using chocolatey 
Shell :: bash return position of matching string 
Shell :: command prompt cd back 
Shell :: asdf current 
Shell :: How do I reset the git master branch to the upstream branch in a forked repository? 
Shell :: how to convert ppk to pem in linux 
Shell :: find command also return directory names? 
Shell :: powershell get process name by port 
Shell :: cmd stop process on port 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =