![]() |
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 |
| To find and replace paths consisting \ | cv_pan | Shell Programming and Scripting | 4 | 06-18-2008 01:27 PM |
| how to find a sum of multiple numbers | aoussenko | Shell Programming and Scripting | 3 | 06-16-2008 02:01 PM |
| Enabling a script to run in multiple paths | dowell | Shell Programming and Scripting | 5 | 03-04-2008 02:04 AM |
| Multiple Paths to SAN with LVM in Linux? | deckard | Filesystems, Disks and Memory | 3 | 08-10-2007 10:13 AM |
| multiple -name in find | nhatch | UNIX for Dummies Questions & Answers | 4 | 04-08-2003 02:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
find multiple paths
How do i find files in more than one directory? I searched through forums, but could not land into the right thread.
I tried something like Code:
find dir1|dir2 -name file1 |