Skip to content

explainshell.com cmdline tool, get content from website

Notifications You must be signed in to change notification settings

xiaomi-sa/eshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 23, 2013
125bf92 · Sep 23, 2013

History

4 Commits
Sep 23, 2013
Sep 23, 2013
Sep 23, 2013
Sep 23, 2013
Sep 23, 2013
Sep 23, 2013

Repository files navigation

eshell

explainshell.com的命令行工具,获取shell命令功能和参数的说明。

Install


gem install eshell

Use


run eshell, input your shell cmd

use it with any shell command:

true && { echo success; } || { echo failed; }
cut -d ' ' -f 1 /var/log/apache2/access_logs | uniq -c | sort -n
tar zcf - some-dir | ssh some-server "cd /; tar xvzf -"
tar xzvf archive.tar.gz
find . -type f -print0
ssh -i keyfile -f -N -L 1234:www.google.com:80 host
iptables -A INPUT -i eth0 -s ip-to-block -j DROP
git log --graph --abbrev-commit --pretty=oneline origin..mybranch

[email protected]

http://noops.me/?p=1100

About

explainshell.com cmdline tool, get content from website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages