Sponsored Content
Full Discussion: | with find -exec
Top Forums Shell Programming and Scripting | with find -exec Post 302309729 by Jeroen Ruiijter on Wednesday 22nd of April 2009 05:23:08 PM
Old 04-22-2009
find -exec what's wrong here ?

I want to compress very much directories to the responding file name.


find 2009* -type d -exec tar c --remove-files {} |lzma -z9 > {}.tar.lzma \;

error
lzma ;: doesn't exist or is not a regular file
find: missing argument to '-exec'

thanx anyone in advance

Jeroen
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

find and exec

Hi, Happy new year. Would you be so kind to explain me what does this instruction : find /rep/app -type l -exec ls -l {} \;> allink.lst Many thanks. (2 Replies)
Discussion started by: big123456
2 Replies

2. Shell Programming and Scripting

Using MV FIND and -EXEC

Hi, i would like to rename files in directories and subdirs. Files contains specific french or strange caracters. I want to replace all non alpha-numerics by _ (underscore) First, i made this, but i think the "for" is limited. How can i do this directly by FIND ? for file in $(find .... (0 Replies)
Discussion started by: degraff63
0 Replies

3. UNIX for Dummies Questions & Answers

Find Exec

Hello All, Is there a way to make exec do a couple of operations on a single input from find? For example, find . -type d -exec ls -l "{}" ";" I would like to give the result of each "ls -l" in the above to a wc. Is that possible? I want to ls -l | wc -l inside... (1 Reply)
Discussion started by: prasanna1157
1 Replies

4. UNIX for Dummies Questions & Answers

find problem with exec

Hi, i want to make a script that calculates the total size in bytes from files from a directory(first argument) and displays "Total :xxxxx", the second argument must indicate the minimum size of files processed and the third argument indicates the path to a file that will save the processed file... (21 Replies)
Discussion started by: MorpheusC
21 Replies

5. Ubuntu

Find and exec

Hello, I am a linux newbe. I want to install a program. I can download it only with wget command from internet. As far as i know this wget command does not transfer the exacutable flags. Because of that i wanted to find all configure files and change their mod to 744. I found this... (1 Reply)
Discussion started by: disconnectus
1 Replies

6. Ubuntu

Find and EXEC

This is a huge issue. and I need it fixed ASAP. account-system gate-system race_traffic_sensor achievement-system global race_voicepack admin glue-system realdriveby admin-system gps realism-system... (5 Replies)
Discussion started by: austech360
5 Replies

7. Shell Programming and Scripting

find: missing argument to `-exec' while redirecting using find in perl

Hi Friends, Please help me to sort out this problem, I am running this in centos o/s and whenever I run this script I am getting "find: missing argument to `-exec' " but when I run the same code in the command line I didn't find any problem. I am using perl script to run this ... (2 Replies)
Discussion started by: ramkumarselvam
2 Replies

8. Shell Programming and Scripting

find command with -exec

Hi all, Please could someone help with the following command requirement. I basically need to find files NEWER than a given file and order the result on time. My attempt so far is as follows: find . -newer <file_name> -exec ls -lrt {} ;\ But I dont seem to get the right result... (12 Replies)
Discussion started by: jonnyd
12 Replies

9. UNIX for Dummies Questions & Answers

What does the '\' in find -exec command

Hi, I have two scripts that remove files. One works fine and is coded find -name "syst*" -mtime +1 -exec rm {} \; The other is almost the same - only thing missing is the '\'. On that script though I keep getting: rm syst1202.file ? etc Does the \ make that difference or is it a... (3 Replies)
Discussion started by: Grueben
3 Replies

10. Shell Programming and Scripting

2 exec in find

Guys, I want to find the log files greather than 23 days and i want to perform 2 things here. one is to list the files and second is to gzip the files. hope this can be done using sh -c option. but not sure the exact command. find . -name "*.log" -mtime +23 -exec ls -la {} \; ... (5 Replies)
Discussion started by: AraR87
5 Replies
CHANGESTOOL(1)							     REPREPRO							    CHANGESTOOL(1)

NAME
changestool - verify, dump, modify, create or fix Debian .changes files SYNOPSIS
changestool --help changestool [ options ] .changes-filename command [ per-command-arguments ] DESCRIPTION
changestool is a little program to operate on Debian .changes files, as they are produced by dpkg-genchanges(1) and used to feed built Debian packages into Debian repository managers like reprepro(1) or dak. EXAMPLES
changestool bloat.changes setdistribution local will modify the Distribution: header inside bloat.changes to say local instead of what was there before. changestool reprepro_1.2.0-1.local_sparc.changes includeallsources will modify the given file to also list .orig.tar.gz it does not list because you forgot to build it with dpkg-buildpackage -sa. changestool blafasel_1.0_abacus.changes updatechecksums will update the md5sums to those of the files referenced by this file. (So one can do quick'n'dirty corrections to them before uploading to your private package repository) changestool --create test.changes add bla_1-1.dsc bla_1-1_abacus.deb will add the specified files (format detected by filename, use adddeb or adddsc if you know it). If the file test.changes does not exist yet, a minimal one will be generated. Though that might be too minimal for most direct uses. GLOBAL OPTIONS
Options can be specified before the command. Each affects a different subset of commands and is ignored by other commands. -h --help Displays a short list of options and commands with description. -o --outputdir dir Not yet implemented. -s --searchpath path A colon-separated list of directories to search for files if they are not found in the directory of the .changes file. --create Flag for the commands starting with add to create the .changes file if it does not yet exists. --create-with-all-fields Flag for the commands starting with add to create the .changes file if it does not yet exists. Unlike --create, this creates more fields to make things like dupload happier. Currently that creates fake Urgency and Changes fields. --unlzma command External uncompressor used to uncompress lzma files to look into .diff.lzma, .tar.lzma or .tar.lzma within .debs. --unxz command External uncompressor used to uncompress xz files to look into .diff.xz, .tar.xz or .tar.xz within .debs. --lunzip command External uncompressor used to uncompress lzip files to look into .diff.lz, .tar.lz or .tar.lz within .debs. --bunzip2 command External uncompressor used to uncompress bz2 when compiled without libbz2. COMMANDS
verify Check for inconsistencies in the specified .changes file and the files referenced by it. updatechecksums [ filename ] Update the checksum (md5sum and size) information within the specified .changes file and all .dsc files referenced by it. Without arguments, all files will be updated. To only update specific files, give their filename (without path) as arguments. setdistribution [ distributions ] Change the Distribution: header to list the remaining arguments. includeallsources [ filename ] List all files referenced by .dsc files mentioned in the .changes file in said file. Without arguments, all missing files will be included. To only include specific files, give their filename (without path) as arguments. Take a look at the description of -si, -sa and -sd in the manpage of dpkg-genchanges/dpkg-buildpackage how to avoid to have to do this at all. Note that while reprepro will just ignore files listed in a .changes file when it already has the file with the same size and md5sum, dak might choke in that case. adddeb filenames Add the .deb and .udeb files specified by their filenames to the .changes file. Filenames without a slash will be searched in the current directory, the directory the changes file resides in and in the directories specified by the --searchpath. adddsc filenames Add the .dsc files specified by their filenames to the .changes file. Filenames without a slash will be searched in the the current directory, in the directory the changes file resides in and in the directories specified by the --searchpath. addrawfile filenames Add the files specified by their filenames to the .changes file. Filenames without a slash will be searched in the current direc- tory, in the directory the changes file resides in and in the directories specified by the --searchpath. add filenames Behave like adddsc for filenames ending in .dsc, like adddeb for filenames ending in .deb or .udeb, and like addrawfile for all other filenames dumbremove filenames Remove the specified files from the .changes file. No other fields (Architectures, Binaries, ...) are updated and no related files is removed. Just the given files (which must be specified without any /) are no longer listen in the .changes file (and only no longer in the changes file). SEE ALSO
reprepro(1), dpkg-genchanges(1), dpkg-buildpackage(1), md5sum(1). REPORTING BUGS
Report bugs or wishlist requests the Debian BTS (e.g. by using reportbug reperepro) or directly to <brlink@debian.org>. COPYRIGHT
Copyright (C) 2006-2009 Bernhard R. Link This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. reprepro 2010-03-19 CHANGESTOOL(1)
All times are GMT -4. The time now is 05:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy