Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Linux Scripts Repository

This repository contains a collection of useful Linux scripts that helped me have a better understanding of Shell/Bash Scripting

Scripts

  • This Bash script takes the name of a file or directory as an argument, determines whether it is a file or directory, and checks the user's permissions on it. If it's a file, it reports the size and categorizes it as "large," "medium," or "small" based on predefined size ranges.
  • This Bash script efficiently removes all zero-length ordinary files within a specified directory and its sub-directories. If no directory is provided as an argument, the script defaults to using the current working directory.
  • The Bash script takes a directory as an argument, recursively searches for text files containing email addresses, extracts unique and valid emails, removes duplicates, and saves the sorted list to "unique_emails.txt" in the script's directory.

Prerequisites

Make sure you have the following installed on your system:

  • Linux operating system

About

Welcome to the Bash Script Collection repository! Come explore a concise collection of Bash scripts in this repository for enhanced understanding of Shell/Bash scripting.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages