> is '!' a metacharacter in regexes? regex(6) doesn't say anything about it. >
it is not. however > > #!/bin/rc > > { > > echo 'echo $SYSNAME!`uname -n`!$USER' > > echo 'PS1='':; '' PS2='' ''' > > } >/dev/$winid/body this is not valid rc. - erik
> is '!' a metacharacter in regexes? regex(6) doesn't say anything about it. >
it is not. however > > #!/bin/rc > > { > > echo 'echo $SYSNAME!`uname -n`!$USER' > > echo 'PS1='':; '' PS2='' ''' > > } >/dev/$winid/body this is not valid rc. - erik