DEV Community

Lavender
Lavender

Posted on

Find: Find and compress

Find all .java files and compress it into java.tar

$ find . -type f -name "\*.java" | xargs tar cvf java.tar
Enter fullscreen mode Exit fullscreen mode

Find all .csv files and compress it into quickref.zip

$ find . -type f -name "\*.csv" | xargs zip quickref.zip
Enter fullscreen mode Exit fullscreen mode

Useful links

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs