Flytta alla filer och mappar

Ett sätt att flytta samtliga filer och mappar till mappen ovanför den du står i.

find . -maxdepth 1 -exec mv {} .. ;

Alternativt (med kopieringskommando, som inte flyttar filer)

cp -r ./.* ../charlesdickens/

Alternativt (som är både kort och fungerar finfint i Debian)

mv {*,.*} ..

Comments

One response to “Flytta alla filer och mappar”

  1. Banana Avatar
    Banana

    Vad sägs om: mv -R * ../

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

If you’d like to utilise the power of Webmentions do the following:
1: Create a post or something as a response to this one and make sure that the response contains this posts permalink URL (protip: copy and paste it from your browser)
3: Copy and paste the URL from your response in the field below and click Ping Me! 3: Wait for the moderation gnomes to do their work.
4: Done!