/scripts-N-batches

Multi-language scripts as detailed in READ-ME

Primary LanguageBatchfileMIT LicenseMIT

scripts-N-batches

License: MIT


Let's connect 👨‍💻 and forge the future together.😁✌

Show your support a ⭐ is all this repo needs 😄

Introduction

This repository showcases example of some small utility scripts of various languages e.g. 'KillWindowsTasksByKeyword.ps1' is a powershell script for windows which kills all java processes which contains the specified string provided as argument, similar to 'kill' on result-set of 'grep' in linux.

Prerequisites

The compatibility of language of each script varying on type of operating system used.

Usage

Depends on type of script as follows:

  1. Windows batch - <filename> <arguments> (windows only)
  2. Powershell - .\<filename>.ps1 <arguments> (windows only)
  3. Shell - ./<filename>.sh <arguments> (linux only)