Answers for "how to filter directory in linux"

0

how to filter directory in linux

#directory structure:
    - G10
    - G11
    - G12
    - thisDir
    
#command to enter to filter for all the G?? directories:
	ls -d G??
    
#entering this will return:
    - G10
    - G11
    - G12
Posted by: Guest on September-29-2020

Code answers related to "how to filter directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language