Comment by oguz-ismail2 Comment by oguz-ismail2 4 days ago 1 reply Copy Link View on Hacker News >uuidgenThat's neither a standard CLI utility nor a bash builtin.
Copy Link greener_grass 3 days ago Collapse Comment - Technically maybe, I don't know. But in practice, your bash will use tools like this and break if they are different / missing on a future build host.If using a programming language with locked-down package dependencies, then all you need is the compiler/interpreter and your script will work. Reply View | 0 replies
Technically maybe, I don't know. But in practice, your bash will use tools like this and break if they are different / missing on a future build host.
If using a programming language with locked-down package dependencies, then all you need is the compiler/interpreter and your script will work.