bashacks
bashacks copied to clipboard
Set of functions to increase productivity while hacking with Bash
how about we create a configuration file in the repository to standardize the indentation? [[like this]](https://github.com/isaacs/github/issues/170#issuecomment-150489692)
I would like to make a PKGBUILD and make available in the AUR however the most stable way would be to pull the releases, but it is interesting to create...
Let's say I have a directory A with hundreds of thousands of files. I would like to move these files to new subdirectories, containing for instance 100 files each. Source:...
Hello, it's been a while :) This PR proposes using only `printf` to convert string to integer. For example, if we try to convert chars that the ASCII Table doesn't...
Currently, `bh_asc2dec()` converts a single char, but we need every byte of a string in decimal, so a `bh_str2dec()` is needed and this should replace `bh_asc2dec()`.