Find
Find commands
Find / -type f -size 64c -exec cat {} ; \n -exec base64 -d {} ;
type file size 64 bytes cat the file base64 the catted output
Last updated
Find commands
Find / -type f -size 64c -exec cat {} ; \n -exec base64 -d {} ;
type file size 64 bytes cat the file base64 the catted output
Last updated