Browse Source

Add application programs subsection

Matteo Savatteri 3 years ago
parent
commit
5eb2cf5776
1 changed files with 14 additions and 0 deletions
  1. 14 0
      notes/notes.tex

+ 14 - 0
notes/notes.tex

@@ -191,4 +191,18 @@ Perhé un fisico dovrebbe conoscere ed utilizzare il sistema \texttt{GNU/Linux}?
       \end{itemize}
 \end{itemize}
 
+\subsection{Programmi Applicativi di \texttt{UNIX}}
+\subsubsection{Il Comando Più Importante dell'Universo}
+Comando \texttt{man} è più importante universo! \texttt{man man man}!
+Vedi anche \texttt{apropos} o \texttt{man -k}.
+\subsubsection{File System}
+\begin{itemize}
+\item Digressione su VFS: radice, nodi, file regolari, file speciali (?)
+\item \texttt{pwd}
+\item \texttt{cd} $\rightarrow$ No argomento, \texttt{-}
+\item \texttt{ls} $\rightarrow$ \texttt{-l}, \texttt{-a}, \texttt{-t}, \texttt{-r}
+\item \texttt{find} $\rightarrow$ \texttt{--name}, \texttt{--iname}, combinazione
+      con \texttt{xargs}
+\end{itemize}
+
 \end{document}