Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created September 13, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/8ac72de49d964a8a4c76737397d4ff23 to your computer and use it in GitHub Desktop.
Save donchan922/8ac72de49d964a8a4c76737397d4ff23 to your computer and use it in GitHub Desktop.
# 入力ファイルの内容をbase64エンコードしてファイル出力する
$ base64 -i input.txt -o output.txt
# 入力ファイルの内容をbase64デコードしてファイル出力する
$ base64 -D -i input.txt -o output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment