Flux rss
Search : in
By : Relevance Date Username
Statut : Not resolved

Split a string

kailashpon, on Wednesday 30 April 2008 à 14:23:57
Hello,


I'd like to a split a string into two parts and assign them to two different variables. The string will be passed as an arugment to a Korn shell script for example I have a string something like:


"01.Driver Report|userid@company.com"

I'd like to pass this string as an argument to the script,then the string will be parsed into two parts:
name=01.Driver Report
email=userid@company.com

I've tried use awk but I can't get it to work.


Please Help Thanks.
Configuration: Windows XP
Internet Explorer 6.0
Reply to kailashpon  Report this message to moderators Go to last message

1


  • 1
    This message seems useful, vote!
  • Ce message ne vous semble pas utile, votez !
  • Report this message to moderators
gilly7979, on Wednesday 30 April 2008 à 15:37:58
Hello



I'll leave passing the string to the script t you, but I'll do the hard part. The while loop parses the two variables:


#!/bin/ksh

mystring="01.Driver Report|userid@company.com"
echo "$mystring"|while IFS="|" read f1 f2
do
name="$f1"
email="$f2"
done
echo "$name"
echo "$email"
Reply to gilly7979

2


  • This message seems useful, vote!
  • Report this message to moderators
kanni, on Monday 18 August 2008 à 08:50:30
Hi the above code is not working...

specifically, the string for me is:

netlist.date

and i want netlist and date seperate ("." is the seperator)

plzz help with the code
Reply to kanni

3


  • This message seems useful, vote!
  • Report this message to moderators
 DDD, on Wednesday 17 September 2008 à 19:44:49
Try this ...


name=`echo "01.Driver Report|userid@company.com" | awk -F"|" '{print $1}'`
echo $name

email=`echo "01.Driver Report|userid@company.com" | awk -F"|" '{print $2}'`
echo $email
Reply to DDD
Linux - Tree structure of files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". UNIX systems define different file types: Physical files, entered on the... en.kioskea.net/unix/unix-fichiers.php3
How to capture streaming videos from the InternetHow to capture streaming videos from the Internet Download-helper Websites Firefox extension Commercial softwares Many websites like YouTube use a Flash Video format that enables highly-compressed streaming video to effectively play in... en.kioskea.net/faq/sujet-140-how-to-capture-streaming-videos-from-the-internet
Download MPEG StreamclipMPEG Streamclip is a powerful converter, reader and editor of videos. He allows the reading of files videos, not only MPEGs. He can also convert files MPEGs between formats " muxed / demuxed ".Besides conversion between formats MPEGs, he can encode... en.kioskea.net/telecharger/telecharger-589-mpeg-streamclip
Blank Page: Unable to connect to HotmailBlank Page: Unable to connect to Hotmail 1. Account name and Password 2. Browser settings set to enable cookies. 3. SSL configurations Configure your Cipher Strength Enable SSL and TLS Clear History and delete Cookies Disable Third Party... en.kioskea.net/faq/sujet-152-blank-page-unable-to-connect-to-hotmail
How to read a .DAA fileHow to open a .DAA file DAA is the acronym for Direct Access Archive and is used mainly for data compression and file splitting. Like .bin/.cue files, the .daa extension is an archive file format that can be used to divide a movie file into... en.kioskea.net/faq/sujet-302-how-to-read-a-daa-file
XTM file extensionExtension .XTM How to use XtremSplit? An XTM file extension is a data created by the XtremSplit program. This software is used to split large files into smaller ones and then rebuild them. Download XtremSplit from... en.kioskea.net/faq/sujet-261-xtm-file-extension
Fifa street 3 (Solved)Hello, I'm searching for Fifa street 3.. Is it out yet ? Any gamer can help ? Heard that it gonna be greeeattttt !!! cant wait!! fed up of fifa 2008 n pes ! lolz Cheers en.kioskea.net/forum/affich-545-fifa-street-3
Strange noises coming from speakersHello, When I say strange noises I don't mean pops or clicks. I mean voices, and music. Even when no programs are running. Happens at random times. Sometimes they sound like radio ads, sometimes music, sometimes bizarre sound effects. I've... en.kioskea.net/forum/affich-5345-strange-noises-coming-from-speakers
Counter strike 1.6 fatal errorHello, I have a strange problem on my windows xp professional x64 and I cant run counter strike 1.6 on it. When I try to run the game I got a message " available memory less than 15 MB". Can enyone please help me. I went to compatibility but it still... en.kioskea.net/forum/affich-19057-counter-strike-1-6-fatal-error
Download File SplitzFile Splitz is a Windows utility allowing splitting up all sorts of files in smaller pieces. Afterward you can recombine to reform the origin file. Cut the files of big sizes, of all types, in smaller fragments, next reform the original version with... en.kioskea.net/telecharger/telecharger-517-file-splitz
Download MIDI File SplitterMIDI File Splitter goes off a tool intended is to split files MIDI into numerous sections based on markers. His main purpose was to cut sessions of drum include in files midi to insert them easily of lanes SONAR. To split files MIDI is also simple as... en.kioskea.net/telecharger/telecharger-686-midi-file-splitter
Download VLCVLC media player is a portable multimedia player for many video and audio formats (MPEG1, MPEG2, MPEG4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. This program can also be used as a server to stream in unicast or... en.kioskea.net/telecharger/telecharger-34-vlc
Google blurs faces in street view map picturesA visitor walks past the logo of Internet search engine giant Google at a trade fair for digital marketing. Google said Wednesday it is blurring the faces of people in street scenes pictured at its free online mapping service. Google said Wednesday... en.kioskea.net/actualites/google-blurs-faces-in-street-view-map-pictures-10375-actualite.php3
Egypt bloggers prepare second strike on regimeEgyptian youth stand outside an internet cafe during disruption of the internet service in Cairo, in January 2008. Galvanised by their call for a general strike on Sunday, Egypt's cyber dissidents have set a new date for anti-regime action on... en.kioskea.net/actualites/egypt-bloggers-prepare-second-strike-on-regime-10273-actualite.php3
HTML - Structure tags Tags can be divided into two groups: Those which change the structure of the page, and those which change the text style. Structure tags include header tags, paragraph tags, list tags, and more. The following attributes are placed within structure... en.kioskea.net/html/htmlstruct.php3
Security - Cookies So what are these strange sweet things that you have surely been offered before by a website. Most of the time, when a web server offers you a cookie, users ignore this by clicking on "OK" without wondering where it has come from. A cookie is in... en.kioskea.net/securite/cookies.php3
The NTFS file system The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the FAT32 system, it is case... en.kioskea.net/repar/ntfs.php3
Answers for « Split a string »