From 11d1ba3a9a34dc3412c11e6c5f605896e6f980c8 Mon Sep 17 00:00:00 2001 From: Andrea Manni Date: Wed, 31 May 2017 19:05:04 +0200 Subject: [PATCH] cli intro --- lezioni/cli.rst | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) 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 +- -- 2.39.2