Skip to content

Zylk-dev/file-organizer_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

File Organizer Bash Script

This Bash script organizes and displays directory structures and files.

Features

  • List directories in a structured format.
  • Categorize and list files by their types.
  • Display all files and directories in a tree-like format.

Requirements

  • Bash: The script is designed to run in a Bash environment.
  • Tree: Ensure you have the tree command installed. You can install it using:
    • For Ubuntu: sudo apt install tree
    • For macOS: brew install tree

Usage

To run the script, use:

./file_organizer.sh


## Example

===========================================
           File Organizer Menu            
===========================================
1. List Directories
2. List Files by Type
3. List All Files and Directories in Tree Format
4. Exit

About

A Bash script to organize and display directory structures and files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages