Skip to content

Handy bash functions I've run across over the years

Notifications You must be signed in to change notification settings

x86txt/bashFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

bashFunctions

Handy bash functions I've run across over the years

logging

log_this(){ #Streamline logging output
echo `date +"%d-%m-%Y %H:%M:%S"` " - " "${@}"
}

Alt

About

Handy bash functions I've run across over the years

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages