diff --git a/cheat/cheatsheets/gzip b/cheat/cheatsheets/gzip index 74cd174..30dee79 100644 --- a/cheat/cheatsheets/gzip +++ b/cheat/cheatsheets/gzip @@ -14,4 +14,4 @@ gzip -l *.gz gzip -r documents_directory # To create a *.gz compressed file and keep the original -gzip < test.txt > test.txt.gz \ No newline at end of file +gzip < test.txt > test.txt.gz