Skip to content

saini00007/Shell_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Archive_Project

Project Description

This Bash script automates file management tasks within a specified folder. It handles archiving, deletion of old files, and compression of large files.

Usage

To use the script, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the directory containing the script.
  3. Open the script in a text editor and customize the folder variable to point to the folder you want to manage.
  4. Optionally, adjust the threshold values for file age and size.
  5. Run the script using Bash: bash script.sh.

Dependencies

This script requires Bash to run. No additional dependencies are needed.

Installation

To install the script, simply clone the repository to your local machine

ToDo_List Project

Project Description

This Bash script provides a simple command-line interface for managing a todo list. You can add tasks, mark them as completed, list all tasks, and clear completed tasks.

Features

  • Add tasks to the todo list.
  • Mark tasks as completed.
  • List all tasks in the todo list.
  • Clear completed tasks from the todo list.

Usage

  1. Add Task: Add a new task to the todo list.

  2. List Tasks: Display all tasks currently in the todo list.

  3. Mark Task as Completed: Mark a specific task as completed.

  4. Clear Completed Tasks: Remove all completed tasks from the todo list.

File Structure

  • todo_list.sh: The main Bash script for managing the todo list.
  • todo.txt: The file where tasks are stored.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages