From d381a0db44a395a706edcbd7d15fd145f569d0ce Mon Sep 17 00:00:00 2001 From: Antu Acharjee <35660520+iamantu93@users.noreply.github.com> Date: Fri, 23 Nov 2018 15:30:19 +0600 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Plugins.md b/Plugins.md index b89531f..4e38de7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -52,7 +52,7 @@ Below is a list of bundled plugins - [dnf](#dnf) - [docker](#docker) - [encode64](#encode64) -- [extract] (#extract) +- [extract](#extract) - [fabric](#fabric) - [fbterm](#fbterm) - [Forklift](#forklift) @@ -726,11 +726,12 @@ $ decode64 c29tZV9zdHJpbmc= ``` --- -## extract any archive file +## extract +** Extract any archive file ** ``` extract abc.tar.gz ``` -## Extract and remove original archive file +** Extract and remove original archive file ** ``` extract -r abc.zip ```