holzschu / holzschu/a-shell

[iphone] I want to search for files and compress them.

Open
#459 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

file folder test
1.jpeg
10.jpeg
100.jpeg
250.jpeg
1000.jpeg

find . -type f | xargs grep . -e '[0-9]' >test.txt
find . -type f | xargs grep . -e '[0-9]{1,3}' >test.txt
"{}" symbols in regular expressions are not reflected.

find . -name "*" | xargs grep . -e (?test.txt
"[0-9])(?![0-9]): command not found"

It will look like this.

zip: command not found
"zip.wasm" Download this and put it in the test folder.
"*"This doesn't seem reflected.

zip.wasm test.zip "*.jpeg"
zip error; Nothing to do! (test.zip)

Anyway how can I compress a jpeg up to 250 with command?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.