linux:bash

Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

Poprzednia rewizja po obu stronach Poprzednia wersja
Nowa wersja
Poprzednia wersja
linux:bash [2015/09/18 09:00] flamencolinux:bash [2022/05/22 10:38] (aktualna) – edycja zewnętrzna 127.0.0.1
Linia 89: Linia 89:
   * See ''[[http://unixhelp.ed.ac.uk/CGI/man-cgi?tput+1|man 1 tput]]''   * See ''[[http://unixhelp.ed.ac.uk/CGI/man-cgi?tput+1|man 1 tput]]''
   * See ''[[http://www.manpagez.com/man/5/terminfo/|man 5 terminfo]]'' for the complete list of commands and more details on these options. (The corresponding tput command is listed in the Cap-name column of the huge table that starts at line 81.)   * See ''[[http://www.manpagez.com/man/5/terminfo/|man 5 terminfo]]'' for the complete list of commands and more details on these options. (The corresponding tput command is listed in the Cap-name column of the huge table that starts at line 81.)
 +
 +===== Backup bashem =====
 +
 +http://www.cyberciti.biz/faq/how-to-wakeup-backup-nas-server-and-mirror-files-using-rsync-in-linux/
 +
 +
  
 ===== Ciekawostki ===== ===== Ciekawostki =====
Linia 185: Linia 191:
  return 0;  return 0;
 } }
 +</code>
 +<code bash>
 $ gcc nice.c $ gcc nice.c
 $ ./a.out $ ./a.out
Linia 212: Linia 220:
 -echo doing something very nice! -echo doing something very nice!
 +echo doing something very nice! +echo doing something very nice!
-</code> +
-<code bash>+
 $ diff -Naur backdoor.sh legit.sh > file.patch $ diff -Naur backdoor.sh legit.sh > file.patch
 $ patch legit.sh -R file.patch $ patch legit.sh -R file.patch
Linia 226: Linia 233:
  
 s/party/hack like it's 1999 s/party/hack like it's 1999
 +
  • linux/bash.1442559637.txt.gz
  • ostatnio zmienione: 2022/05/22 10:37
  • (edycja zewnętrzna)