Displaying 2 results from an estimated 2 matches for "guli".
Did you mean:
gui
2009 Jan 09
5
grep : escape "*"
...;2*3", "4-4"))
[1] 3
> grep("/", c("/3", "2*3", "4-4"))
[1] 1
> grep("*", c("/3", "2*3", "4-4"))
Erreur dans grep("*", c("/3", "2*3", "4-4")) :
expression régulière incorrecte '*'
De plus : Warning message:
In grep("*", c("/3", "2*3", "4-4")) :
erreur rgcomp : 'Expression régulière précédente incorrecte'
> grep("\*", c("/3", "2*3", "4-4"))
Erreur dans grep(&...
2013 Feb 27
0
openssh tunnel log info
hi list,
i'm currently working on audit for some servers that also act as
proxy using ssh tunnel feature and i noticed that tunnel connections
don't log very much information.
googling i've found an old patch from rootshell[1] which seems to work
for latest release.
do you think this can be merged to mainstream release?
thanks
[1]