Joined April 2012
·
Posted to
Do something in all first level subdirectories linux command shell
over 1 year
ago
Hi @jacaetevha,
In what situations it won't work? I ran the command:
for dir in *; do echo $dir ; done;
Without replace anything and it printed all first level subdirectories in macosx.
Achievements
151 Karma
2,357 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Forked
Have a project valued enough to be forked by someone else
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Narwhal
Have at least one original repo where Clojure is the dominant language
@jacaetevha I got your point