Skip to content

Ddorda/dbash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBash

DBash is an attempt to make pure bash busybox-like toolkit.

Implemented Tools

  • dcat (cat)
  • dhead (head)
  • dtail (tail)
  • dwc (wc)
  • dgrep (grep)

Usage and Installation

to use the toolkit, you can either:

  • drop the scripts on ~/.dbash/
  • make envirement variable $DBASH_DIR containing the path.

Then execute . dbash.sh to source it.

Some Notes

This is an educational project.

Although you might it extremely awesome (I know, I know...), it cannot be used for real day-by-day use cases.
This is mainly caused by the fact that bash by definition does not handle null bytes, and therefore anything beyond plain text is poorly handled.

More on the issue here.

About

Pure Bash busybox-like tookit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages