直接ctrl+D即可正常结束,如果数据部分需要添加回车\n,那么可以先回车,然后再ctrl+D(windows上使用ctrl+A退出)
// 不输入回车,直接ctrl+D的效果为
luther@gliethttp:~$ openssl base64
gliethttpZ2xpZXRodHRw
// 输入回车的效果为
opeluther@gliethttp:~$ openssl base64
gliethttp
Z2xpZXRodHRwCg==
luther@gliethttp:~$ echo gliethttp|openssl base64
Z2xpZXRodHRwCg==
阅读(1920) | 评论(0) | 转发(0) |