New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO #2
Comments
|
if I may add to your to-do list, mathematical operations would be cool addition. Also sidenote, I love this bible |
|
Will do, cheers! |
|
There's all of the arithmetic operators: http://tldp.org/LDP/abs/html/ops.html (which is what I thought you meant). |
|
maybe set operations ? |
|
Does bash have |
Added GNU Make file to build PDFs (Letter & A4) and ePub (for e-readers) through pandoc & XeLaTeX. ToDo: - Title page, including Image - List of all contributors for Authors-List See dylanaraps#2
|
Might be nice to see some pure-bash / POSIX process-management examples (since bash is usually used as a scripting language to manage processes).
EDIT: If one of the EDIT 2: This link may be a good resource if someone wants to add a few formatted examples here. |
|
Could you add a section discussing the usage of printf vs echo. Is there a significant performance difference between the 2, or as the project is using BASH, and only BASH, is it just personal preference? Both are used in the README.md without mention of why there has been a switch. |
|
Hey Might be nice to have exit code section with the meaning of those codes and how you can tweak them in order to concat more then one script based on prev exit code I.E |


CONTRIBUTING.md.shoptandset./dev/tcppdfThe text was updated successfully, but these errors were encountered: