Skip to content

Instantly share code, notes, and snippets.

@sbp
Created April 25, 2011 16:11
Show Gist options
  • Select an option

  • Save sbp/940730 to your computer and use it in GitHub Desktop.

Select an option

Save sbp/940730 to your computer and use it in GitHub Desktop.
Shell script to flatten a hierarchy
#!/bin/bash
find . -type f -exec cp -pf {} ~/web \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment