Ubuntu Get List Of Folders One Per Line

[Solved] Ubuntu Get List Of Folders One Per Line | Perl - Code Explorer | yomemimo.com
Question : ubuntu get list of folders one per line

Answered by : testy-turtle-xo3h4oyiaqox

ls -l | grep "^d" | tr -s ' ' | cut -d ' ' -f 9

Source : https://www.baeldung.com/linux/list-one-filename-per-line | Last Update : Tue, 22 Mar 22

Answers related to ubuntu get list of folders one per line

Code Explorer Popular Question For Perl