Browse Source

Add more commands

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

+ 48 - 0
notes/notes.tex

@@ -206,14 +206,62 @@ Regole per documentarsi:
       (\emph{Chi l'ha scritto, è chi meglio ti può consigliare})
 \item Vai a fondo finché il tempo a tua disposizione te lo permette
 \end{itemize}
+
 \subsubsection{File System}
 \begin{itemize}
 \item Digressione su VFS: radice, nodi, file regolari, file speciali (?)
 \item \texttt{pwd}
+\item \texttt{touch} $\rightarrow$ Puoi introdurre qui, \texttt{:}
 \item \texttt{cd} $\rightarrow$ No argomento, \texttt{-}
 \item \texttt{ls} $\rightarrow$ \texttt{-l}, \texttt{-a}, \texttt{-t}, \texttt{-r}
+\item \texttt{cat} $\rightarrow$ \texttt{-et}
+\item \texttt{cp} $\rightarrow$ \texttt{-r}, \texttt{dir/.},  \texttt{-}
+\item \texttt{mv} $\rightarrow$ \texttt{-i}
+\item \texttt{unlink}
+\item \texttt{rm} $\rightarrow$ \texttt{-r}, \texttt{-i}, \texttt{-f}
+\item \texttt{mkdir} $\rightarrow$ \texttt{-p}
+\item \texttt{file} $\rightarrow$ \texttt{-l}
+\item \texttt{df} $\rightarrow$ \texttt{-a}, \texttt{-i}, \texttt{-h}
+\item \texttt{du} $\rightarrow$ \texttt{-a}, \texttt{-h}, \texttt{s} 
 \item \texttt{find} $\rightarrow$ \texttt{--name}, \texttt{--iname}, combinazione
       con \texttt{xargs}
+\item \texttt{cmp} $\rightarrow$ \texttt{diff}, \texttt{diff3}
+\item \texttt{dd}
+\item \texttt{ln} $\rightarrow$ \texttt{-s}
+\item \texttt{readlink}
+\end{itemize}
+
+\subsubsection{File System}
+\begin{itemize}
+\item \texttt{cut} $\rightarrow$ \texttt{-f}, \texttt{-d}
+\item \texttt{paste} $\rightarrow$ \texttt{-d}
+\item \texttt{head} $\rightarrow$ \texttt{-N}
+\item \texttt{tail} $\rightarrow$ \texttt{-N}, \texttt{-f}
+\item \texttt{sort} $\rightarrow$ \texttt{-h}, (\texttt{tsort})
+\item \texttt{wc} $\rightarrow$ \texttt{-l}
+\item \texttt{join} $\rightarrow$ ?
+\item \texttt{more}
+\item \texttt{less} $\rightarrow$ keybind \texttt{v}
+\item \texttt{sed} $\rightarrow$ \emph{Stream editor},  \texttt{-i},
+                                 \texttt{s/pat1/pat2/g},
+                                 \texttt{\{N\}d}
+\item \texttt{tr} $\rightarrow$ \texttt{-d}
+\item \texttt{uniq}
+\item \texttt{nl} $\rightarrow$ Numera linee file argomento
+\end{itemize}
+
+\subsubsection{Misc}
+\begin{itemize}
+\item \texttt{uname} $\rightarrow$ \texttt{-a}
+\item \texttt{date}
+\item \texttt{cal} $\rightarrow$ \texttt{-y}
+\item \texttt{bc}
+\item \texttt{split} $\rightarrow$ \texttt{-b} (bytes)
+\item \texttt{env}
+\item \texttt{grep} $\rightarrow$ \texttt{-c}, \texttt{-v}
+\item \texttt{id}, \texttt{whoami}, \texttt{who}, \texttt{logname}
+\item \texttt{od} $\rightarrow$ \texttt{-a}, \texttt{-x}
+\item \texttt{tty}
 \end{itemize}
 
 \section{Presentazioni ospiti}