![]() |
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 |
| How to extract row in a new file | ahjiefreak | Shell Programming and Scripting | 1 | 12-17-2007 12:08 AM |
| extract one file form .tar.gz without uncompressing .tar.gz file | balireddy_77 | Shell Programming and Scripting | 2 | 07-10-2007 05:23 AM |
| extract content from a file and insert to another file | fredao | Shell Programming and Scripting | 15 | 12-06-2006 07:36 PM |
| SD-UX, PSF-File extract (HP-UX) | adme | UNIX for Advanced & Expert Users | 1 | 09-17-2002 11:34 AM |
| extract only file name from full path file name | sanjay92 | UNIX for Dummies Questions & Answers | 2 | 10-02-2001 09:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi guys,
Thanks for this forum. It's been very helpful in improving my understanding of unix. I have 2 questions. a. eg I have the following big_tom_get_back("final") in a file, how can I use awk or sed to xtract the word "final" without the quote from the string. I try using cat tempfile|grep big_tom_get |awk `/\(\" $1 \"\) This doesn't seem to work. b. The second question is that I want to use the same command to loop through all the temp files stored in different location/directory. How can I do that? Does the find commnd work here? I would appreciate any assistance on this Thanks, Odogbolu98 ![]() |
|
||||
|
Can I have an example of that. It seems to me that " can't be used as a delimiter. what I mean is
eg. -F"\t" represents tab as a delimiter, when I use -F"\"" it gives unmatched ". message. Am I doing something wrong? Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|