-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
72 lines (64 loc) · 1.06 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
\input{Preamble}
\begin{document}
\maketitle
%\section{Introduction}
\tableofcontents
\addtocontents{toc}{\vspace{-6ex}}
\part*{Commands}
\addcontentsline{toc}{part}{Commands}%
\input{apropos.tex}
\input{basename}
\input{cat.tex}
\input{cd.tex}
\input{chmod.tex}
\input{clear.tex}
%\input{column.tex}
\input{cp.tex}
%\input{cut.tex}
%\input{date.tex}
%\input{diff.tex}
%\input{du.tex}
\input{echo.tex}
\input{grep.tex}
\input{head.tex}
\input{history.tex}
%\input{join.tex}
\input{less.tex}
\input{ls.tex}
\input{man.tex}
\input{mkdir.tex}
\input{mv.tex}
\input{pwd.tex}
\input{rm.tex}
\input{rmdir.tex}
%\input{sort.tex}
\input{tac.tex}
\input{tail.tex}
%\input{tee.tex}
%\input{tr.tex}
%\input{watch.tex}
\input{wc.tex}
\input{whatis.tex}
\input{which.tex}
\addtocontents{toc}{\vspace{-4ex}}
\part*{Special characters}
\addcontentsline{toc}{part}{Special Characters}%
\input{redirection}
\input{wildcards}
\addtocontents{toc}{\vspace{-4ex}}
\addcontentsline{toc}{part}{Index}
\printindex
\end{document}
%curl
%file
%more
%paste
%scp
%ssh
%uniq
%wget
%zip
%md5sum
% >
% >>
% |