I have a folder called " xyz ", in this folder there are files with their hashesThe command that I used is " sha1sum " so I would like to know the username who did the hashesand the date when my files got hashed
I tired to use:
(whoami; date) >~home/xyz/
But it did not work