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
vc7 -
Sergi Mamedov -
pronab pal -
Adam Marsden -
Top comments (0)