刚刚interview回来,别的程序和版上的一样,过安检,交材料,没要J表,要了EVL, 或者paystub也可以,没问太多问题,关键 问了党员问题,律师解释了下,当时脑袋晕乎,没听清楚问题,幸好律师在旁边提醒了 下。 面试完,面试官说要问下advisor党员的问题,回来后说recommend to approve. 面试官说EB3没有名额了,收到面试官给的一张纸说a final decision cannot be made at this time because a visa number is not currently available and the case need to transfer to another location. 回来的路上收到短信说interview was completed and my case must be reviewed.又收到email说case status is initial review. 不知道算不算批了,要等多久
l*b
3 楼
简单一点, 不用perl, 就linux行吗 sed -n '/dev\/system\/.*\.txt/p' input_file | grep -v core | sed -n 's/dev/ test/gp' 用perl dev\/system\/(\b(?!core\b)\w+)\.txt 后面自己替换一下
j*g
4 楼
赞。面筋
o*L
5 楼
谢谢回复, 如果是用sql, REGEXP_REPLACE呢?
c*8
6 楼
就是算批了,但是等3的visa number,然后service center发卡
. made case
【在 r*********3 的大作中提到】 : 刚刚interview回来,别的程序和版上的一样,过安检,交材料,没要J表,要了EVL, : 或者paystub也可以,没问太多问题,关键 : 问了党员问题,律师解释了下,当时脑袋晕乎,没听清楚问题,幸好律师在旁边提醒了 : 下。 面试完,面试官说要问下advisor党员的问题,回来后说recommend to approve. : 面试官说EB3没有名额了,收到面试官给的一张纸说a final decision cannot be made : at this time because a visa number is not currently available and the case : need to transfer to another location. 回来的路上收到短信说interview was : completed and my case must be reviewed.又收到email说case status is initial : review. 不知道算不算批了,要等多久
l*b
7 楼
你试试, 这样行否? select regexp_replace(regexp_substr(column_name, 'dev/system/(\b(?!core\b)\w +)\.txt'), 'dev','test') from table_name;