dylanaraps / pure-bash-bible

📖 A collection of pure bash alternatives to external processes.
MIT License
36.41k stars 3.27k forks source link

Deleted #109

Closed ghost closed 3 years ago

ghost commented 3 years ago

[DEL]

Nable80 commented 3 years ago

Why do you use printf and this complex redirection when simple cat /proc/sys/kernel/random/uuid is enough?

dylanaraps commented 3 years ago

This is Linux only.