Article 4XM72 LXer: How to Zip all files in a directory in Linux

LXer: How to Zip all files in a directory in Linux

by
LXer
from LinuxQuestions.org on (#4XM72)
Published at LXer:

To zip all files in a given directory on Linux with the zip tool, you can use * with the zip command. This will take care of files with and without extensions since extensions are not so special on Linux. The * will match zero or more characters, with the dot included. The files that begin with a dot however are not considered when using * (or even *.*)

Read More...latest?d=yIl2AUoC8zA latest?i=N6Ors738-3Q:c5JwUtC7t-8:F7zBnMy latest?i=N6Ors738-3Q:c5JwUtC7t-8:V_sGLiP latest?d=qj6IDK7rITs latest?i=N6Ors738-3Q:c5JwUtC7t-8:gIN9vFwN6Ors738-3Q
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments