Fulltext results:
- Compare directories @info:script
- xec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and t... chines. After that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool: <code bash> meld shasums1.txt shasums2.
- Change Encoding with iconv @info:script
- e ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.txt INPUT.txt Converts ''INPUT.txt'' from ''iso-8859-1'' to ''utf-8'' and writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory =====
- Print Information about a Key @info:cryptography:openssl
- ct the output into a file (with "''> testkey_info.txt''") or into some pager (like "''| less''") as thi
- Print Information about a Certificate @info:cryptography:openssl
- ct the output into a file (with "''> testkey_info.txt''") or into some pager (like "''| less''") as thi