The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
My Deleted SubDomain is mirroring main site upirate UNIX for Dummies Questions & Answers 2 03-23-2007 09:01 AM
how to know if a directory is normal one or subdomain? hello20009876 High Level Programming 1 12-08-2005 01:11 PM
domain pointer for the subdomain naik_mit Linux 0 06-22-2005 01:34 AM
email account for subdomain (HOW-TO) collins UNIX for Dummies Questions & Answers 1 08-21-2004 01:39 PM
command find returned bash: /usr/bin/find: Argument list too long yacsil Shell Programming and Scripting 1 12-15-2003 03:38 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 12-21-2007
Registered User
 

Join Date: Dec 2007
Posts: 11
find subdomain in url

I want to find out subdomains in the url using shell script.
e.g
narendra.eukhost.com
abc.domainname.co.uk

I want to extract narendra & abc from the above urls.
Please any one can suggest idea or script ?
Reply With Quote
Forum Sponsor
  #2  
Old 12-21-2007
Registered User
 

Join Date: Sep 2006
Posts: 1,580
Code:
# echo $s
narendra.eukhost.com
# echo ${s%%.*}
narendra
# echo $s | awk -F"." '{print $1}'
narendra
# echo $s | python -c "print raw_input().split('.')[0]"
narendra
Reply With Quote
  #3  
Old 12-21-2007
Registered User
 

Join Date: Dec 2007
Posts: 11
Thanks ghostdog74 for the solution.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 07:10 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0