An open API service indexing awesome lists of open source software.

https://github.com/agrover112/bash_utils

Bash utilities and aliases that help me on a day to day basis
https://github.com/agrover112/bash_utils

bash hacktoberfest

Last synced: about 1 year ago
JSON representation

Bash utilities and aliases that help me on a day to day basis

Awesome Lists containing this project

README

          

# Bash_utils

Some bash utilites to improve your life.

bash_aliases
are meant to be added to your .bashrc/bash_aliases or zshrc file for ease of use

## Usage

ls-size:

Using ls-size gives the list of files with their sizes at the respective path.
```
$ls-size ./miniconda3/*
21M ./miniconda3/bin
8.0K ./miniconda3/compiler_compat
8.0K ./miniconda3/condabin
2.6M ./miniconda3/conda-meta
977M ./miniconda3/envs
28K ./miniconda3/etc
5.7M ./miniconda3/include
188M ./miniconda3/lib
12K ./miniconda3/LICENSE.txt
766M ./miniconda3/pkgs
1.2M ./miniconda3/share
12K ./miniconda3/shell
8.0K ./miniconda3/ssl
8.0K ./miniconda3/x86_64-conda_cos6-linux-gnu
8.0K ./miniconda3/x86_64-conda-linux-gnu
16G . <-----------This is the Total size
```