sed & external script
hello,
i have an external script say f which transforms a string into another
e.g.
../f bob
give me bill
i would like to perform f to every first word in a file
idea :
sed 's/[a-z]*/ ./f & /'
how can i do that in practice ?
thanks
.
Relevant Pages
- Re: sed & external script
... i have an external script say f which transforms a string into another ... ./f bob ... give me bill ... while read first rest ... (comp.unix.shell) - Re: WSE2005: Protection requirements in MutualCertificate11Asserti
... happened during the processing of a response message, ... Microsoft.Web.Services3.Security.SecureConversationClientReceiveSecurityFilter.ValidateMessageSecurity(SoapEnvelope envelope, Security security) ... message, String messageContentType) ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: Historic ABA announcers
... Carolina WSOC Bill Currie Bob Lamey ... Dallas KRLD Terry Stembridge ... Carolina WSOC WSJS TV Bill Currie Bob Lamey ... Denver KOA Bob Martin Dick Carlson Bob Rubin ... (rec.sport.basketball.pro) - Re: Treeview
... I'll have a B please Bob. ... > Public DirectoryPath as string ... > Dim BaseFilePath as FilePath 'the root object> 'open a stream from the file and read each line into a local variable. ... > 'now get the parent address which should be the same for every line ... (microsoft.public.dotnet.languages.vb) |
|