diff options
Diffstat (limited to 'how_to_archive_with_posix_ar.html')
-rw-r--r-- | how_to_archive_with_posix_ar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/how_to_archive_with_posix_ar.html b/how_to_archive_with_posix_ar.html index 77dd77c..8f39a1d 100644 --- a/how_to_archive_with_posix_ar.html +++ b/how_to_archive_with_posix_ar.html @@ -7,12 +7,12 @@ <link rel="icon" type="image/png" href="cylo.png"> <link rel="stylesheet" href="style.css"> -<title>How To Archive With POSIX ar</title> +<title>How to Archive With POSIX ar</title> <nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav> <article> -<h1>How To Archive With POSIX ar</h1> +<h1>How to Archive With POSIX ar</h1> <p class="subtitle">Published on 2021-07-26 00:47:00+02:00, last modified on 2021-07-26 17:09:00+02:00 <p>Let's continue <a href="how_to_archive_with_posix_tar_cpio_and_pax.html">last POSIX archiving guide</a> from the very spot we finished. Today, we'll deal with just one tool. Very peculiar one, because it's more of a development |