On 9/4/19 10:55 PM, ToddAndMargo via users wrote:
          # gzip DeadStick.[date]  # creates DeadStick.[date].gz
          # rm DeadStick.[date]

The rm will fail because gzip removes the original file when it's finished compressing. However, the other suggestion to pipe straight through gzip (or other compression program) is better anyway.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to