View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#3
after more extensive testing, it seems that ANY line that matches the perl regex:

Code:
(.*)PS1=(.*):(.*)
will be replaced with
Code:
$1PS1=$x:$2
where $x is something like
Code:
\h-40-4_PR_005
including comments...

#no PS1=.*:.* line, so n9 wont kill it
=>
#no PS1='\h-40-4_PR_005:.* line, so n9 wont kill it



this is SO stupid its incredible..
 

The Following User Says Thank You to wolke For This Useful Post: