Skip to content

davipoyastro/convenience_bash_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convenience bash scripts

Help:

Command Arguments Usage
beep Generate a short beep
bin number Returns the binary representation
c Push cursor down the terminal
crc32 file Calculate crc32 for file
fp path Full path of file or directory
go path Open file with default file handler
hex number Returns the hexadecimal representation
histogram stdin Sort stdin by frequency
human number Show the human representation of numbers
lower string Convert string to lower case
psu Show processes for the user
reboot Do nothing to prevent accidental reboots
topu Show top processes for the user
upper string Convert string to upper case

Install:

Create ~/bin and copy desired files there.

Most systems will add ~/bin to PATH environment varible after next login but if not then add this to ~/.bashrc:

export PATH="$HOME/bin:$PATH"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages