![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using a pipe with find .... -exec ... | pmallas | UNIX for Advanced & Expert Users | 1 | 01-29-2008 05:14 PM |
| query about find and -exec | shriashishpatil | UNIX for Advanced & Expert Users | 2 | 04-12-2007 01:16 AM |
| Find command with prune and exec | Sebarry | UNIX for Advanced & Expert Users | 1 | 06-18-2006 01:43 PM |
| find and exec | big123456 | UNIX for Advanced & Expert Users | 2 | 01-02-2006 12:10 PM |
| find . -type d -exec cd {} \; | shimont | UNIX for Dummies Questions & Answers | 2 | 11-23-2005 11:42 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Your question is not very clear.
Yes, this can be done Quote:
|
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|