Programowanie w systemie UNIX/Kodowanie: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 157:
hl-nonprinting () { local C=$(printf '\033[0;36m') B=$(printf '\033[0;46m') R=$(printf '\033[0m') np=$(env printf "\u00A0\uFEFF"); sed -e "s/\t/${C}▹&$R/g" -e "s/$/${C}⁋$R/" -e "s/[$np]/${B}& $R/g";}
 
lub [[Programowanie w systemie UNIX/od|od = Octal Dump]]:
lub
 
od -c p.txt # c same as -t c, select printable characters or backslash escapes
od -c p.txt
 
od -tx1 file # output as a hexadecimal 1-byte units
 
lub hexdump:
 
hexdump -C file # tell you byte-for-byte what the file actually contains
 
 
Linia 172 ⟶ 178:
 
lub otworzyć w LibreOffice Writer i zaznaczyć opcję pokaż Menu/Widok/Znaczniki formatowania<ref>https://www.obliczeniowo.com.pl/794</ref>
 
 
===BOM===