Answers for "get the folder name only"

0

find only list directories

find . -maxdepth 1 -type d -iname "<regex>" -printf '%fn'
Posted by: Guest on July-29-2021

Code answers related to "get the folder name only"

Python Answers by Framework

Browse Popular Code Answers by Language