From: Andrea Manni Date: Wed, 31 May 2017 17:05:04 +0000 (+0200) Subject: cli intro X-Git-Url: http://git.piffa.net/web?a=commitdiff_plain;h=HEAD;p=arduino cli intro --- diff --git a/lezioni/cli.rst b/lezioni/cli.rst index a909abd..a95291e 100644 --- a/lezioni/cli.rst +++ b/lezioni/cli.rst @@ -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 +-