From 5e78b1608ea779c7e906382eebd2869104cd7555 Mon Sep 17 00:00:00 2001 From: Lv Feng Date: Fri, 23 Sep 2016 14:49:25 +0800 Subject: [PATCH] Update 20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md --- ...lassifications of Shell Commands and Their Usage in Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md b/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md index cce09a0c21..569e0c78bd 100644 --- a/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md +++ b/sources/tech/20160826 Understanding Different Classifications of Shell Commands and Their Usage in Linux.md @@ -58,7 +58,7 @@ lrwxrwxrwx 1 root root 6 Jul 31 16:19 bzfgrep -> bzgrep* -rwxr-xr-x 1 root root 3642 May 20 2015 bzgrep* ``` -### 2. Linux 的别名 +### 2. Linux 别名 这些是用户定义的命令,它们是通过内置命令的别名壳创建的,其中包含其他一些选择和参数的 shell 命令。这个想法就是基本上使用新颖、简短的名字来命名冗长的命令。