diff --git a/notes/Linux.md b/notes/Linux.md index 705b9b0d..6325e86e 100644 --- a/notes/Linux.md +++ b/notes/Linux.md @@ -903,7 +903,7 @@ declare -x HOME="/home/dmtsai" declare -x HOSTNAME="study.centos.vbird" .....(其他省略)..... -$ export | cut -c 12 +$ export | cut -c 12- ``` ## 排序指令