From 10c043a9302732f72c76cfe5795c560e8ae2da01 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 19 Dec 2019 09:50:46 +0800 Subject: [PATCH 1/2] PRF --- ...Snippets To Pastebin-like Services From Commandline.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md b/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md index 1c60f5abfb..d594a03587 100644 --- a/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md +++ b/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md @@ -1,6 +1,6 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) -[#]: reviewer: ( ) +[#]: reviewer: (wxy) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (Easily Upload Text Snippets To Pastebin-like Services From Commandline) @@ -12,7 +12,7 @@ ![](https://www.ostechnix.com/wp-content/uploads/2018/12/wgetpaste-720x340.png) -每当需要在线共享代码片段时,我们想到的第一个便是 Pastebin.com,这是 Paul Dixon 于 2002 年推出的在线文本共享网站。现在,有几种可供选择的文本共享服务可以上传和共享文本片段、错误日志、配置文件、命令输出或任何类型的文本文件。如果你碰巧经常使用各种类似于 Pastebin 的服务来共享代码,那么这对你来说确实是个好消息。向 Wgetpaste 打个招呼吧,它是一个命令行 BASH 实用程序,可轻松地将文本摘要上传到类似 pastebin 的服务中。使用 Wgetpaste 脚本,任何人都可以与自己的朋友、同事或想在类似 Unix 的系统中的命令行中查看/使用/查看代码的人快速共享文本片段。 +每当需要在线共享代码片段时,我们想到的第一个便是 Pastebin.com,这是 Paul Dixon 于 2002 年推出的在线文本共享网站。现在,有几种可供选择的文本共享服务可以上传和共享文本片段、错误日志、配置文件、命令输出或任何类型的文本文件。如果你碰巧经常使用各种类似于 Pastebin 的服务来共享代码,那么这对你来说确实是个好消息。向 Wgetpaste 打个招呼吧,它是一个命令行 BASH 实用程序,可轻松地将文本摘要上传到类似 Pastebin 的服务中。使用 Wgetpaste 脚本,任何人都可以与自己的朋友、同事或想在类似 Unix 的系统中的命令行中查看/使用/审查代码的人快速共享文本片段。 ### 安装 Wgetpaste @@ -84,7 +84,7 @@ Your paste can be seen here: https://paste.pound-python.org/show/eO0aQjTgExP0wT5 ![](https://www.ostechnix.com/wp-content/uploads/2018/12/wgetpaste-2.png) -你也可以使用 `tee` 命令显示粘贴的内容,而不是盲目地上传它们。 +你也可以使用 `tee` 命令显示粘贴的内容,而不是盲目地上传它们。 为此,请使用如下的 `-t` 选项。 @@ -233,7 +233,7 @@ via: https://www.ostechnix.com/how-to-easily-upload-text-snippets-to-pastebin-li 作者:[SK][a] 选题:[lujun9972][b] 译者:[wxy](https://github.com/wxy) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 8ccd3cc3315818af64389b6c204a654d3b4ceb9b Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 19 Dec 2019 09:51:20 +0800 Subject: [PATCH 2/2] PUB @wxy https://linux.cn/article-11691-1.html --- ...ext Snippets To Pastebin-like Services From Commandline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md (99%) diff --git a/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md b/published/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md similarity index 99% rename from translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md rename to published/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md index d594a03587..d92f3a4b24 100644 --- a/translated/tech/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md +++ b/published/20181231 Easily Upload Text Snippets To Pastebin-like Services From Commandline.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11691-1.html) [#]: subject: (Easily Upload Text Snippets To Pastebin-like Services From Commandline) [#]: via: (https://www.ostechnix.com/how-to-easily-upload-text-snippets-to-pastebin-like-services-from-commandline/) [#]: author: (SK https://www.ostechnix.com/author/sk/)