![]() |
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 |
| find excluding the hidden files | arunkumar_mca | UNIX for Advanced & Expert Users | 3 | 01-27-2008 11:45 PM |
| Excluding files using tar cXzf | sampipe | UNIX for Dummies Questions & Answers | 11 | 07-28-2005 09:46 AM |
| text files, ASCII files, binary files and ftp transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 04-08-2004 04:25 PM |
| Excluding Old Files on AWK !!! | alexalvarenga | Shell Programming and Scripting | 2 | 01-16-2002 10:25 AM |
| Binary Files | devildivine | UNIX for Dummies Questions & Answers | 1 | 10-16-2001 12:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
search for files excluding binary files
Hi All,
I need a solution on my following find command find ./.. -name '*.file' -print BTW This gives me the output as belows ./rtlsim/test/ADCONV0/infile/ad0_dagctst.file ./rtlsim/test/ADCONV0/user_command.file ./rtlsim/test/ADCONV0/simv.daidir/scsim.db.dir/scsim.db.file ./rtlsim/test/DACONV0/infile/da0_txosc_swap.file ./rtlsim/test/DACONV0/infile/da0_txosc_trim.file ./rtlsim/test/DACONV0/simv.daidir/scsim.db.dir/scsim.db.file ./rtlsim/test/RFREG/infile/rrg_sdtest_001.file ./rtlsim/test/RFREG/infile/rrg_test01.file ./rtlsim/test/RFREG/simv.daidir/scsim.db.dir/scsim.db.file ./rtlsim/test/lvdsr0/infile/lr0_sleep_002.file ./rtlsim/test/lvdsr0/user_command.file ./rtlsim/test/lvdsr0/simv.daidir/scsim.db.dir/scsim.db.file ./rtlsim/test/lvdst0/infile/lt0_LoopBack.file My problem I dont want to search that file scsim.db.file which is a binary file but the other files except that scsim.db.file are text file. Is there any way to search for files excluding binary files . or pls help me to search the file with having extension .file but it should not include any other files like scsim.db.file |
|
||||
|
Quote:
Great help indeed.. Thanks.. Pradyu ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|