![]() |
|
|
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 |
| no options | nascimento.rp | AIX | 2 | 08-20-2006 03:46 PM |
| options | terms5 | UNIX for Dummies Questions & Answers | 1 | 01-27-2006 01:50 AM |
| options with awk | mips | Shell Programming and Scripting | 2 | 05-15-2004 04:33 AM |
| cat and wc options | Laura01 | Shell Programming and Scripting | 1 | 09-09-2002 12:21 AM |
| cp options | milage | UNIX for Dummies Questions & Answers | 3 | 07-13-2001 01:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Grep options
Hi Team,
I have a list of 12000 files and i am need to search for the names of the file which has long version numbers (say more than 5 decimals).. With the below instance u~15.1.4.1.2.1.5.1.5.1.24.1.24.1.5 lk-l~22.1.3.1.9.1.7.1.24.1.23 YDFVALLN.CPY~1 YEUPCASE.CPY~1 YFPRSTID.CPY~1 dsjcdnjkl.txt~10.1.7.4.6.7 abcdef~4.1.2.4 I tried the command cat version|grep "*~*.*.*.*.*" With the above instance, the output should show me the two values u~15.1.4.1.2.1.5.1.5.1.24.1.24.1.5 lk-l~22.1.3.1.9.1.7.1.24.1.23 dsjcdnjkl.txt~10.1.7.4.6.7 But it did not return any output.. I am sure that i am doing something wrong.. Can somebody help me on this.. Many thanks in advance.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|