## 关键字
技术风险部,部门直招,最好 3+ 年 Golang 开发经验,基础扎实。
## 简历投递 Email
```
echo Y2hlbnhpYW5nLmxqYyNhbGliYWJhLWluYy5jb20K | base64 -D | sed 's/#/@/'
```
更多评论
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