GithubHelp home page GithubHelp logo

TODO about pure-bash-bible HOT 8 OPEN

dylanaraps avatar dylanaraps commented on May 23, 2024 3
TODO

from pure-bash-bible.

Comments (8)

php1ic avatar php1ic commented on May 23, 2024 5

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.

from pure-bash-bible.

stickydrive avatar stickydrive commented on May 23, 2024 2

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
script 1 ended with exit code 0 , go to next script 2 OR print error

from pure-bash-bible.

kalexmills avatar kalexmills commented on May 23, 2024 1

Might be nice to see some pure-bash / POSIX process-management examples (since bash is usually used as a scripting language to manage processes).

  1. How to start a process while grabbing and saving its PID.
  2. Wait for a process to finish and conditionally execute based on return code.
  3. Do something when a process returns something other than zero.
  4. Kill a process based on its PID and don't continue until it is dead.

EDIT: If one of the trap operations already covers this, some examples would be nice.

EDIT 2: This link may be a good resource if someone wants to add a few formatted examples here.

from pure-bash-bible.

zutto avatar zutto commented on May 23, 2024

if I may add to your to-do list, mathematical operations would be cool addition.
EDIT 21/6/2018:
I did a bit of a research, apparently bash's math is limited to what was already written in the bible 😞, maybe I missed something?

Also sidenote, I love this bible 👍

from pure-bash-bible.

dylanaraps avatar dylanaraps commented on May 23, 2024

Will do, cheers!

from pure-bash-bible.

dylanaraps avatar dylanaraps commented on May 23, 2024

There's all of the arithmetic operators: http://tldp.org/LDP/abs/html/ops.html (which is what I thought you meant).

from pure-bash-bible.

gilles13 avatar gilles13 commented on May 23, 2024

maybe set operations ?
by the way 👍 really good job !

from pure-bash-bible.

dylanaraps avatar dylanaraps commented on May 23, 2024

Does bash have set operations? Edit: I see what you mean now. I don't think this is possible in pure bash but I'll work on it.

from pure-bash-bible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.