/ Published in: Bash
Expand |
Embed | Plain Text
find . -maxdepth 1 -mindepth 1 -type d | grep -v ‘^\./\.’ | cut -d/ -f2
You need to login to post a comment.
find . -maxdepth 1 -mindepth 1 -type d | grep -v ‘^\./\.’ | cut -d/ -f2
You need to login to post a comment.