Linux基础教程01————shell内建命令基本用法(未完,持续补充)
admin 在 周三, 2020-06-17 13:07 提交
本文将介绍以下命令的基本用法:
01、:
02、.
03、alias
04、bg
05、bind
06、break
07、builtin
08、cd
09、command
10、compgen
11、complete
12、continue
13、declare
14、dirs
15、disown
16、echo
17、enable
18、eval
19、exec
20、exit
21、export
22、fc
23、fg
24、getopts
25、hash
26、help
27、history
28、jobs
29、kill
30、let
31、local
32、logout
33、popd
34、printf
35、pushd
36、pwd
37、read
38、readonly
39、return
40、set
41、shift
42、shopt
43、source
44、suffix]
45、suspend
46、test
47、times
48、trap
49、type
50、typeset
51、ulimit
52、umask
53、unalias
54、unset
55、wait
详细内容看2楼-56楼。