Here, ls lists all files in the current directory, grep .jpg selects only files with .jpg in their names, and zip -@ images.zip creates the zip ...
確定! 回上一頁