## 关键字
技术风险部,部门直招,最好 3+ 年 Golang 开发经验,基础扎实。
## 简历投递 Email
```
echo Y2hlbnhpYW5nLmxqYyNhbGliYWJhLWluYy5jb20K | base64 -D | sed 's/#/@/'
```
4楼 <a href="/user/YexinZhang" title="@YexinZhang">@YexinZhang</a> 嗯,比如在 openssl、ubuntu、osx 等各个地方 base64 参数都不太一样,针对楼主正文中的命令 -D,可以推测是在 OSX 中的命令,对应我给出的那个help信息;所以说楼主的命令不能说写错了,而只是在某些平台下参数对应不上而已,如果用 -d 参数就不会出现这些讨论了,~哈哈~。
#6
更多评论
1楼 <a href="/user/YexinZhang" title="@YexinZhang">@YexinZhang</a> 没写错,-D 和 -d 都是 decode 的意思;
```shell
# base64 -h
Usage: base64 [-hvDd] [-b num] [-i in_file] [-o out_file]
-h, --help display this message
-Dd, --decode decodes input
-b, --break break encoded string into num character lines
-i, --input input file (default: "-" for stdin)
-o, --output output file (default: "-" for stdout)
```
#2