Code Monkey home page Code Monkey logo

useful_bash_scripts's Introduction

AUR AUR Waffle.io

This repo contains some useful bash scripts which are making my day-to-day life much easier :)

Scripts

1.copy

            this script help you to copy your file content to clipboard
                    example: copy file_name.ext
            then simply ctrl+v

2.cvim

            this script will create a new file with already some content
                    example first.cpp
            this will generate file like this

Alt text

3.search_me

            This script will search the given string 
                1) If you didn't provide any path it will search in your current directory
                    example: search_me "Done copying" 
                2) Else it will search in the given path
                    example: search_me "Done copying" ~/Programs/useful_bash_scripts

Alt text Alt text

4.wan_ip

            This script will return your WAN ip 
                example: sh wan_ip

5.ping_network

	This script will ping all ips in you network and 
	tell to you what them are responding.
	usage example: bash ping_network.sh
	after execute the script pass you network
	eg: 192.168.0.1

6. remove_ctrl-M

            This script removes ^M characters from files recursively.
            Pre-requisites: dos2unix utility (see below to install)
               apt-get install dos2unix
                     OR
               yum install dos2unix
            Paramaters: PATH where the files(with ^M) are present
            Usage ./remove_ctrl_M.sh <PATH>

useful_bash_scripts's People

Contributors

diegoparra avatar grahamplata avatar srbcheema1 avatar sudhakar-mnsr avatar vaibhav-kapstan avatar vishichoudhary avatar vishichoudhary1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

useful_bash_scripts's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.