CLI
*********
+* http://ryanstutorials.net/linuxtutorial/
* Terminale: sintassi comandi, uso degli spazi
whoami, pwd, date
Shortcuts
-----------
+=================
+
- frecce di scorrimento per history
-- CTRL A
+- CTRL l clean
+- CTRL a
- CTRL e
-- ALT B word / CTRL B
+- ALT b word / CTRL B
- CTRL B
* CTRL U
* \`. last object
* ~. kill ssh
+
Streams
-----------
+=============
- http://ryanstutorials.net/linuxtutorial/piping.php
STDRIN , STDROUT, STRDERR
command-name &>file
Pipes
-===========
+----------
* wc -l
* head
* tail
+Man / pager
+===============
+
+Programma interativo, Chiusura, movimenti, ricerca.
Editor
--------
* Pager: more
* Vim or nano
+
+Filesystem
+============
+
+- http://ryanstutorials.net/linuxtutorial/navigation.php
+
+* pwd, ls, touch, mkdir, cd
+* Absolute and Relative Paths
+* Tab Completion
+
+* descrizione struttura fs linux
+
+* file nascosti, mancanza estensioni
+
+
+
+Tutorials
+=============
+
+- http://ryanstutorials.net/linuxtutorial/
+- http://ryanstutorials.net/linuxtutorial/piping.php
+-