2139 links
238 private links
  • Ginko's Link Dump
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
1 results tagged Move x
  • bash - Move all files from subdirectories to current directory? - Super User

    find . -mindepth 2 -type f -exec mv -i -- {} . \; #Move files up
    find . -depth -mindepth 1 -type d -empty -exec rmdir {} \; #Delete empty directories

    September 18, 2018 at 12:08:11 AM GMT+2 - permalink -
    QRCode
    - archive.org - https://superuser.com/questions/355891/move-all-files-from-subdirectories-to-current-directory#419113
    bash
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation