Skip to content

Instantly share code, notes, and snippets.

@alekseypotapov-dev
Last active December 11, 2015 15:01
Show Gist options
  • Select an option

  • Save alekseypotapov-dev/51085d3662a59ddc4276 to your computer and use it in GitHub Desktop.

Select an option

Save alekseypotapov-dev/51085d3662a59ddc4276 to your computer and use it in GitHub Desktop.
bash usefult commands
#copy directory hierarchy without files
pathFrom$ find . -type d -exec mkdir -p /pathTo/{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment