Answers for "ubuntu get list of folders one per line"

1

ubuntu get list of folders one per line

ls -l | grep "^d" | tr -s ' ' | cut -d ' ' -f 9
Posted by: Guest on March-15-2022

Code answers related to "ubuntu get list of folders one per line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language