]> git.piffa.net Git - arduino/commitdiff
cli intro master
authorAndrea Manni <andrea@piffa.net>
Wed, 31 May 2017 17:05:04 +0000 (19:05 +0200)
committerAndrea Manni <andrea@piffa.net>
Wed, 31 May 2017 17:05:04 +0000 (19:05 +0200)
lezioni/cli.rst

index a909abd4eaf26fa66bfb127b89457900f7970167..a95291e3a894cc8437d2a006a1ae4a96ef0f01e2 100644 (file)
@@ -1,5 +1,6 @@
 CLI
 *********
+* http://ryanstutorials.net/linuxtutorial/
 
 * Terminale: sintassi comandi, uso degli spazi
   whoami, pwd, date
@@ -10,12 +11,14 @@ CLI
 
 
 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
@@ -26,8 +29,9 @@ Shortcuts
 * \`.  last object
 * ~.  kill ssh
 
+
 Streams
-----------
+=============
 - http://ryanstutorials.net/linuxtutorial/piping.php
 
 STDRIN , STDROUT, STRDERR
@@ -42,15 +46,41 @@ Redirecting the standard error (stderr) and stdout to file
 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
+-