search for: search&replace

Displaying 11 results from an estimated 11 matches for "search&replace".

2008 May 28
1
Search&replace string?
Hi there, I would like to know if it is possible to modify a text file with a R function. In fact I would like to know if a function "Search & Replace" exists. My problem is to create config files from a Base file in which I have to modify values of parameters. My Base File: #... #... Param1= V1_1 #... Param2 = V2_1 Param3 = V3_1 #... What I would like for each created file i: #... #... Param1= V1_i #... Param2 = V...
2011 Aug 12
3
gsub("\\", "\\\\", "C:\Program Files\R")
...t;") I also failed. Therefore the question: It is really necessary to manually add a second "\" in "C:\Program Files\R", so that setwd("C:\\Program Files\\R") can change my work directory? Cause I am getting tired making this manually... yes I know I can use the Search&Replace function from the Editor but I thought R can do everything? I hope someone could help me :( -- View this message in context: http://r.789695.n4.nabble.com/gsub-C-Program-Files-R-tp3738251p3738251.html Sent from the R devel mailing list archive at Nabble.com.
2017 Mar 06
2
[PATCH] v2v: Fix invalid regexp in file_contexts file (RHBZ#1374232).
Instead of just documenting this bug, fix it in the file_contexts file. Replaces commit ad3c8fe7f49c4991e1aa536856a1a408f55d5409. --- customize/SELinux_relabel.ml | 19 +++++++++++++++++++ v2v/virt-v2v.pod | 11 ----------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/customize/SELinux_relabel.ml b/customize/SELinux_relabel.ml index fa9603c..69a4779 100644 ---
2017 Aug 22
2
Winbind with krb5auth for trust users
See inline comments: On Tue, 22 Aug 2017 12:20:04 +0200 Andreas Hauffe via samba <samba at lists.samba.org> wrote: > Hi, > > hier are the file. I replaced the real domain/realm name by > "search&replace", so there should not be a typping error in my file > concernig the realm or domain names. > > Regards, > Andreas > > client:~ # more /etc/hostname > client.loc.example.de This should just be 'client' > client:~ # more /etc/hosts > > 127....
2017 Aug 22
2
Winbind with krb5auth for trust users
Hai, > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Andreas Hauffe via samba > Verzonden: dinsdag 22 augustus 2017 11:26 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Winbind with krb5auth for trust users > > Hi, > > thanks for the fast answer. > > All DCs (local and trusted domain) running on
2017 Mar 06
0
Re: [PATCH] v2v: Fix invalid regexp in file_contexts file (RHBZ#1374232).
...; + * Because an SELinux relabel writes all over the filesystem, > + * it seems reasonable to fix this problem in the specfile > + * at the same time. (RHBZ#1374232) > + *) > + if g#grep ~fixed:true ".\\p" specfile <> [||] then ( Should the search&replace be restricted to e.g. "spice-vdagentd.\pid", to avoid possible breaks with other versions of the contexts file? Thanks, -- Pino Toscano
2017 Aug 22
0
Winbind with krb5auth for trust users
....2017 um 12:59 schrieb Rowland Penny via samba: > See inline comments: > > On Tue, 22 Aug 2017 12:20:04 +0200 > Andreas Hauffe via samba <samba at lists.samba.org> wrote: > >> Hi, >> >> hier are the file. I replaced the real domain/realm name by >> "search&replace", so there should not be a typping error in my file >> concernig the realm or domain names. >> >> Regards, >> Andreas >> >> client:~ # more /etc/hostname >> client.loc.example.de > This should just be 'client' > >> clien...
2008 Aug 29
4
Best method for booting logical partions via syslinux...
Hi. Which is the preferable method for booting multiple logical partions via syslinux ? 1. Create seperate logical (fat 32) partitons for 'each' Live CD, extracted and prepared identically via syslinux/syslinux.cfg (sdc5, sdc6,sdc7 etc.) 2. Use Grub2 to attempt to boot seperate logical partitions with the same extracted Live CD plan as above. 3. Use the chain.c32 module that
2017 Aug 22
0
Winbind with krb5auth for trust users
Hi, hier are the file. I replaced the real domain/realm name by "search&replace", so there should not be a typping error in my file concernig the realm or domain names. Regards, Andreas client:~ # more /etc/hostname client.loc.example.de client:~ # more /etc/hosts # # hosts         This file describes a number of hostname-to-address #               mappings...
2006 Jul 29
4
Formal Grammar — some thoughts
I recently subscribed and saw in the archive that Eric Astor was asking for a formal grammar (unlikely the first time for such request.) Currently there are a few problems in making such a thing so I was curious if Mr. Gruber has made any thoughts about moving toward one? This would also allow a more ?clean? parser which would get rid of some of the current problems (bad nesting[^1],
2018 Nov 02
2
[PATCH REPOST] Introduce a wrapper around xmlParseURI.
Previously posted: https://www.redhat.com/archives/libguestfs/2017-December/msg00046.html Rich.