Comment by oguz-ismail2 12 days ago >uuidgenThat's neither a standard CLI utility nor a bash builtin. 1 comment oguz-ismail2 Reply greener_grass 10 days ago 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.
greener_grass 10 days ago 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.
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.