david-acker / utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilities

lift

Move all files and directories in the current directory into the parent directory, and delete the current directory.

Documentation
./lift

No parameters.

Example Usage

In directory old_folder with a parent directory main_directory:

./lift

When called, moves all files and directory into main_directory.

drop

Move all files and directories in the current directory into a new child directory.

Documentation
./drop <new_directory_name>

Parameters:

  • new_directory_name: Name of the new destination directory.

Example Usage

./drop backup_2023

When called, moves all files and directories into backup_2023.

About

License:MIT License


Languages

Language:Shell 100.0%