फ़ाइल या
stdin
को base64 में एन्कोड या डिकोड करें,stdout
या किसी अन्य फ़ाइल में। अधिक जानकारी: https://man.freebsd.org/cgi/man.cgi?query=base64।
stdout
में एन्कोड करें:base64 {{-i|--input}} {{फाइल/का/पथ}}
base64 {{-i|--input}} {{इनपुट_फाइल/का/पथ}} {{-o|--output}} {{आउटपुट_फाइल/का/पथ}}
0
लपेटने को अक्षम करता है):base64 {{-b|--break}} {{0|76|...}} {{फाइल/का/पथ}}
stdout
में डिकोड करें:base64 {{-d|--decode}} {{-i|--input}} {{फाइल/का/पथ}}
stdin
से stdout
में एन्कोड करें:{{command}} | base64
stdin
से stdout
में डिकोड करें:{{command}} | base64 {{-d|--decode}}