you are viewing a single comment's thread
view the rest of the comments
[–] 13 points 6 months ago (2 children)

I just do the typical

sh -c "$(sudo find / -name 'mkdir' | grep -o 'mkdir' | head -n 1) '$(echo newDir)'"

but to each their own I guess.

  • source
  • hideshow 2 child comments