

16·
19 hours agoWould have to be cat /proc/sys/kernel/random/uuid > /dev/null
You can’t pipe to a file, only to programs, and since /dev/null isn’t an executable your command will simply give an error.
To make it more clear, consider using dd
, which lets you explicitly specify an input and output file. For example: dd if=/proc/sys/kernel/random/uuid of=/dev/sda1
wait shit that wasn’t the right output oh god oh fu
Yes, but what if it were a subscription? May I present: /dev/null-as-a-Service.