multi modifs

This commit is contained in:
hugogogo
2021-12-16 09:09:32 +01:00
parent ae4a700007
commit 308b4c4fdc
4 changed files with 37 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
**pwd** print working directory
**xdg-open .** open working directory
**ssh username@ssh.server.com -p 0000** se connecter a un serveur via ssh en precisant un port
**pdftotext** transforme un pdf en un fichier texte
**^** designe le debut d'une ligne
* n'importe quel caractere autant de fois que possible
@@ -24,6 +26,7 @@
**sass name.scss name.css** create a css file from a scss file
**sass --watch name.scss:name.css** make the transformations of scss in css file
**'tree' like :**
find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |# |#g;s#| # #g;s#\(node_modules\|.git[ignore]*\)#\1 ...#;$a\ '
@@ -41,4 +44,3 @@ find | sort | grep -ve "node_modules/" -e ".git/" | sed 's#[^/]*/#|__ #g;s#__ |#
**n** again if you want more partitions
**w** write and quit