![]() |
|
|
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 |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 09:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 07:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | SuSE | 5 | 07-30-2007 09:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 05:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 10:44 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
help : awk command
Hello all,
I am new one to this forum. (bash scripting.) I have a file. http://sg.yimg.com/i/my/mastheads/my_ans_ma1.gif internal://project/squid-internal-static/icons/anthony-unknown.gif http://www.ibm.com/i/c.gif cacheobjects://project/css/bdg.js ftp://erd.org/bgr/mine.gif ........................................... ......................................... i try tp print only full domain names with http, ftp etc.. http://sg.yimg.com internal://project http://www.ibm.com cacheobjects://project ftp://erd.org .................. .................. i try one command awk 'BEGIN{OFS=FS="/"} {print $1 $2}' filename But this provide only http: ftp: internal: .......... ....... ........ Pls help me |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|