Find all .java
files and compress it into java.tar
$ find . -type f -name "\*.java" | xargs tar cvf java.tar
Find all .csv
files and compress it into quickref.zip
$ find . -type f -name "\*.csv" | xargs zip quickref.zip
Useful links
For further actions, you may consider blocking this person and/or reporting abuse
Siddhant Khare -
Dmitry Romanoff -
Mahamadjon000 -
Michael Moranis -
Top comments (0)