[go: up one dir, main page]

Skip to content

This repository provides some useful snippets that you may need in some situations.

Notifications You must be signed in to change notification settings

leminhnguyen/useful_snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😄 This repository houses a collection of handy code snippets that cater to various situations

Some kind of snippets:

Some interesting topics

Citation

The code can be stolen from this repo without any permission and all contributors are welcome but you should refer the link to this repo in your code likes the following.

### in your ~/.bashrc file ###
# the code got from https://github.com/leminhnguyen/useful_snippets
sizeof(){
    # example: sizeof BOOK --> result: 895M    BOOK/
    du -h --max-depth=0 "$1"
}

About

This repository provides some useful snippets that you may need in some situations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages