![]() |
|
|
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 |
| Group significance in mkrole aix 5.3 | dgaixsysadm | AIX | 1 | 10-15-2008 03:43 PM |
| significance of statement | nickcarter | UNIX for Dummies Questions & Answers | 3 | 02-19-2008 09:48 AM |
| What is the significance of . / ? | krishmaths | Shell Programming and Scripting | 6 | 07-16-2007 06:46 AM |
| what is the significance of braces and spaces??? | ahmedwaseem2000 | Shell Programming and Scripting | 3 | 09-03-2006 09:41 PM |
| what the significance of ~ | BigTool4u2 | UNIX for Dummies Questions & Answers | 2 | 04-22-2004 09:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
FIND-BASED:
{} is used for passing find output to exec as an argument. ; is for terminating the exec part ; its escaped by \ so that bash ignore it or bash would take is as an subsequent command. example find /usr -name lib -print -exec ls -l {} \; |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|