Coder Social home page Coder Social logo

just-shift-it's Introduction

Just Shift It

Just a simple script to copy all files from a directory to another one

Running it

The below code, changes the script to be publically (any process can run it) accessible on the computer and then moves files from one directory to another. The current default being /home/y-m-d-h-m-s where the directory is the year, month, day, hour, minute, and second.

chmod +x ./shiftit.sh

sudo ./shifit.sh /some/cool/directory/path

Finding the directory you're in locally

To help with debugging:

The below command prints your current directory

pwd

to change directories use the following cd command where the myCoolFolder should be replaced with an actual folder in your path

cd ./myCoolFolder

to go back up a directory use

cd ..

To list files in your current directory use the following

ls

to quickly get back to home use the following:

cd ~

just-shift-it's People

Contributors

twosdai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.