Search Results

Search: Posts Made By: Frozen77
3,204
Posted By Frozen77
zip archivename filename ...filename ...filename ...
zip archivename filename ...filename ...filename

correct me if I'm wrong but isn't this line zip all file into one archivename? I want to zip each file into their own zip using the that file as...
3,204
Posted By Frozen77
The code doesn't seem to run. I put them in an...
The code doesn't seem to run. I put them in an executable file as zthis then run ./zthis. The directory have a few test file of .txt. Am I missing something?

I don't understand this line:
zip...
3,204
Posted By Frozen77
I'm confused of the code, it seem to zip all into...
I'm confused of the code, it seem to zip all into one file. I want to find each file and zip each separately. Anyway to modify from my existing line?

find . -maxdepth 1 -type f ! -name ".*" -exec...
3,204
Posted By Frozen77
Zipping without extension
I currently have a code that find and zip all files in current folder and zip it, the problem is the name of the zip will include the extension as well and I don't want it.

for ex:
...
817
Posted By Frozen77
Thanks alot.
Thanks alot.
817
Posted By Frozen77
Help with find command
I'm currently using this find command to find files and convert to jpg, but it left the original file intact. I wanted it deleted.

find . -type f \( -name '*.jpeg' -o -name '*.gif' -o -name...
4,088
Posted By Frozen77
junior-helper, That seems to work, thanks...
junior-helper,

That seems to work, thanks alot. I have to ask does maxdepth mean it only search for 1 layer of subdirectory? how can it search infinite recursively? thanks again.
4,088
Posted By Frozen77
This is not a homework assignment. It's for my...
This is not a homework assignment. It's for my own site. I have a code that does similar things but only zip file not folders:

find . -type f -name '*.mp[4g]' -o -name '*.mkv'| while read -r path...
4,088
Posted By Frozen77
How to auto zip all folders?
Hi,

How do I write a script that will automatically find and zip any folder to the same name in a directory and affected recursively?. The zip file should be place in the same directory where the...
3,067
Posted By Frozen77
thanks they work but for some reason this part of...
thanks they work but for some reason this part of the code doesn't work, the script only work when I remove it, but I need to add more file extension.

-o -name '*.jpeg' -o -name '*.gif' -o -name...
3,067
Posted By Frozen77
This is what I get from reading several guides...
This is what I get from reading several guides but not 100% sure if it's correct. If can confirms:
find . -type f -name '*.jpg' -o -name '*.jpeg' -o -name '*.gif' -o -name '*.png' -exec convert...
3,067
Posted By Frozen77
How to find & auto resize images?
I need a command or mini scripts that can find certain type of images file recursively from the current dir with files of minimum 736 width and resize them by "736 max width, relative height" and...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 04:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy